ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels
[safe/jmp/linux-2.6] / drivers / ata / libata-acpi.c
index 9330b79..ae45187 100644 (file)
@@ -180,7 +180,7 @@ static void ata_acpi_handle_hotplug(struct ata_port *ap, struct ata_device *dev,
        int wait = 0;
        unsigned long flags;
        acpi_handle handle, tmphandle;
-       unsigned long sta;
+       unsigned long long sta;
        acpi_status status;
 
        if (dev) {