]> git.ipfire.org Git - people/arne_f/kernel.git/commit
x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012
authorGabor Gombas <gombasg@digikabel.hu>
Mon, 24 May 2010 19:13:18 +0000 (12:13 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:10:58 +0000 (11:10 -0700)
commitcaa8ddf37773b0ce0037560408871ae2e963fa02
tree893d419558d603ebf859fe0a48e4fc8142bac181
parent450316437bff3ba1fe338ea1b9d600eaa6577293
x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012

commit 3d6e77a3ddb8e4156b89f4273ff8c7d37abaf781 upstream.

The low-memory corruption checker triggers during suspend/resume, so we
need to reserve the low 64k.  Don't be fooled that the BIOS identifies
itself as "Dell Inc.", it's still Phoenix BIOS.

[ hpa: I think we blacklist almost every BIOS in existence.  We should
either change this to a whitelist or just make it unconditional. ]

Signed-off-by: Gabor Gombas <gombasg@digikabel.hu>
LKML-Reference: <201005241913.o4OJDIMM010877@imap1.linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/setup.c