ACPI: Allow PCI slave to use CPU sessions

This commit is contained in:
Sebastian Sumpf 2012-08-17 12:15:37 +02:00 committed by Norman Feske
parent 4444d60a2b
commit 9486022164

View File

@ -129,7 +129,7 @@ class Pci_policy : public Genode::Slave_policy, public Pci::Provider
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;
};