mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Omit superfluous use of "CAP"/"SIGNAL" services
The functionality of the former "CAP" and "SIGNAL" services is now provided by core's "PD" service.
This commit is contained in:
@@ -42,8 +42,7 @@ Launchpad::Launchpad(unsigned long initial_quota)
|
||||
static const char *names[] = {
|
||||
|
||||
/* core services */
|
||||
"CAP", "RAM", "RM", "PD", "CPU", "IO_MEM", "IO_PORT",
|
||||
"IRQ", "ROM", "LOG", "SIGNAL",
|
||||
"RAM", "RM", "PD", "CPU", "IO_MEM", "IO_PORT", "IRQ", "ROM", "LOG",
|
||||
|
||||
/* services expected to got started by init */
|
||||
"Nitpicker", "Init", "Timer", "PCI", "Block", "Nic", "Rtc",
|
||||
|
||||
Reference in New Issue
Block a user