This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / acpi / processor.h
index 3982834..dab7521 100644 (file)
@@ -17,7 +17,7 @@
 
 struct acpi_processor_cx_policy {
        u32                     count;
-       u32                     state;
+       int                     state;
        struct {
                u32                     time;
                u32                     ticks;
@@ -38,8 +38,8 @@ struct acpi_processor_cx {
 };
 
 struct acpi_processor_power {
-       u32                     state;
-       u32                     default_state;
+       int                     state;
+       int                     default_state;
        u32                     bm_activity;
        struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER];
 };
@@ -140,8 +140,4 @@ 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