summaryrefslogtreecommitdiff
path: root/include/acpi/processor.h
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2004-10-22 18:16:04 -0400
committerLen Brown <len.brown@intel.com>2004-10-22 18:16:04 -0400
commitb0c31e87da79bffd0bdfe40736e9bd708c5ae6df (patch)
tree4c9f75e505ed16014417b94be171dc397fdd5fe8 /include/acpi/processor.h
parent289a395eaaacf6584975e3b89915dad270c7235e (diff)
parenta2eb4b43e048c44b72ab09016ba71b9c3b02488c (diff)
Merge intel.com:/home/lenb/src/26-latest-dominik
into intel.com:/home/lenb/src/26-latest-dev
Diffstat (limited to 'include/acpi/processor.h')
-rw-r--r--include/acpi/processor.h4
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