diff options
Diffstat (limited to 'include/acpi/processor.h')
| -rw-r--r-- | include/acpi/processor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index dab7521d8ac6..055e97ca13e9 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h @@ -140,4 +140,8 @@ extern void acpi_processor_unregister_performance ( struct acpi_processor_performance * performance, unsigned int cpu); +/* note: this locks both the calling module and the processor module + if a _PPC object exists, rmmod is disallowed then */ +int acpi_processor_notify_smm(struct module *calling_module); + #endif |
