ACPI: replace acpi_integer by u64
[deliverable/linux.git] / drivers / acpi / processor_idle.c
index 7c0441f63b3963a0bcbe72ed3c8d2670442cd1f6..3455d7abf5f358cf8404ed882c8855481a0e0aec 100644 (file)
@@ -352,7 +352,7 @@ static int acpi_processor_get_power_info_default(struct acpi_processor *pr)
 static int acpi_processor_get_power_info_cst(struct acpi_processor *pr)
 {
        acpi_status status = 0;
-       acpi_integer count;
+       u64 count;
        int current_count;
        int i;
        struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
This page took 0.263929 seconds and 5 git commands to generate.