mirror of
https://github.com/drasko/codezero.git
synced 2026-02-23 07:13:15 +01:00
Kernel updates since December 2009
This commit is contained in:
@@ -150,7 +150,7 @@ cap_strings = { 'ipc' : \
|
||||
\t\t\t\t\tCAP_IRQCTRL_REGISTER,
|
||||
\t\t\t\t.start = __pfn(PLATFORM_${devname}_BASE),
|
||||
\t\t\t\t.end = __pfn(PLATFORM_${devname}_BASE + PLATFORM_${devname}_SIZE),
|
||||
\t\t\t\t.size = 1,
|
||||
\t\t\t\t.size = PLATFORM_${devname}_SIZE >> 12,
|
||||
\t\t\t\t.attr = (CAP_DEVTYPE_${devtype} & CAP_DEVTYPE_MASK)
|
||||
\t\t\t\t\t| ((${devnum} << CAP_DEVNUM_SHIFT) & CAP_DEVNUM_MASK),
|
||||
\t\t\t\t.irq = IRQ_${devname},
|
||||
|
||||
Reference in New Issue
Block a user