vserver 1.9.3
[linux-2.6.git] / arch / i386 / kernel / acpi / sleep.c
index 92fd176..2a12d12 100644 (file)
@@ -77,10 +77,7 @@ void __init acpi_reserve_bootmem(void)
                printk(KERN_ERR "ACPI: Wakeup code way too big, S3 disabled.\n");
                return;
        }
-#ifdef CONFIG_X86_PAE
-       printk(KERN_ERR "ACPI: S3 and PAE do not like each other for now, S3 disabled.\n");
-       return;
-#endif
+
        acpi_wakeup_address = (unsigned long)alloc_bootmem_low(PAGE_SIZE);
        if (!acpi_wakeup_address)
                printk(KERN_ERR "ACPI: Cannot allocate lowmem, S3 disabled.\n");