]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.6-acpi-s3-pae.patch
- obsolete
[packages/kernel.git] / linux-2.6-acpi-s3-pae.patch
1 diff -urN l.org/arch/i386/kernel/acpi/sleep.c l/arch/i386/kernel/acpi/sleep.c
2 --- l.org/arch/i386/kernel/acpi/sleep.c 2004-07-26 23:41:38.467403872 +0200
3 +++ l/arch/i386/kernel/acpi/sleep.c     2004-07-26 23:42:27.698919544 +0200
4 @@ -78,8 +78,7 @@
5                 return;
6         }
7  #ifdef CONFIG_X86_PAE
8 -       printk(KERN_ERR "ACPI: S3 and PAE do not like each other for now, S3 disabled.\n");
9 -       return;
10 +       printk(KERN_ERR "ACPI: S3 and PAE do not like each other for some machines, be warned.\n");
11  #endif
12         acpi_wakeup_address = (unsigned long)alloc_bootmem_low(PAGE_SIZE);
13         if (!acpi_wakeup_address)
This page took 0.032199 seconds and 3 git commands to generate.