]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.6-acpi-s3-pae.patch
- [2.4.2x, 2.6.x] don't recursively crash in die() on CHRP/PReP machines
[packages/kernel.git] / linux-2.6-acpi-s3-pae.patch
CommitLineData
81cbe31c
AM
1diff -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.057401 seconds and 4 git commands to generate.