mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-05 17:01:47 +00:00
ACPI: Allow PCI slave to use CPU sessions
This commit is contained in:
parent
4444d60a2b
commit
9486022164
@ -129,7 +129,7 @@ class Pci_policy : public Genode::Slave_policy, public Pci::Provider
|
|||||||
|
|
||||||
char const **_permitted_services() const
|
char const **_permitted_services() const
|
||||||
{
|
{
|
||||||
static char const *permitted_services[] = { "CAP", "RM", "LOG", "IO_PORT", 0 };
|
static char const *permitted_services[] = { "CPU", "CAP", "RM", "LOG", "IO_PORT", 0 };
|
||||||
return permitted_services;
|
return permitted_services;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user