wip split arm and generic caps
This commit is contained in:
parent
6e6e82f466
commit
25f6fc0e98
nucleus/src/arch/aarch64
|
@ -370,11 +370,16 @@ macro_rules! capdefs {
|
|||
}
|
||||
}
|
||||
|
||||
// Generic caps - @todo move to src/caps/
|
||||
capdefs! {
|
||||
Null, Untyped, Endpoint,
|
||||
Notification, Reply, CapNode,
|
||||
Thread, IrqControl, IrqHandler,
|
||||
Zombie, Domain, Resume,
|
||||
Zombie, Domain, Resume
|
||||
}
|
||||
|
||||
// ARM-specific caps
|
||||
capdefs! {
|
||||
Frame, PageTable, PageDirectory,
|
||||
PageUpperDirectory, PageGlobalDirectory,
|
||||
AsidControl, AsidPool
|
||||
|
|
Loading…
Reference in New Issue