ioapic: remove comment about split kernel
The Zephyr kernel must always be built as a monolithic image, not as separate nanokernel and microkernel images. Change-Id: I44fdd2349b32f409c84710f58bc4b3fe96fd79b7 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
971eb0ef44
commit
6ebb212e18
|
@ -235,11 +235,6 @@ void _ioapic_init(void)
|
|||
* determined at runtime by computing:
|
||||
*
|
||||
* ((__IoApicGet(IOAPIC_VERS) & IOAPIC_MRE_MASK) >> 16) + 1
|
||||
*
|
||||
* However, storing the number of IRQs supported in a nanokernel global
|
||||
* variable is not feasible since any references to this global variable
|
||||
* from a microkernel-split image would not be able to directly access
|
||||
* the variable; access via an indirection would be needed.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue