x86, bios: By default, reserve the low 64K for all BIOSes
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 25 Aug 2010 00:32:04 +0000 (17:32 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 25 Aug 2010 00:32:04 +0000 (17:32 -0700)
commitd0cd7425fab774a480cce17c2f649984312d0b55
treec52d913ae9987b9648f89b696819cfc93dfb3229
parent76be97c1fc945db08aae1f1b746012662d643e97
x86, bios: By default, reserve the low 64K for all BIOSes

The laundry list of BIOSes that need the low 64K reserved is getting
very long, so make it the default across all BIOSes.  This also allows
the code to be simplified and unified with the reservation code for
the first 4K.

This resolves kernel bugzilla 16661 and who knows what else...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
LKML-Reference: <tip-*@git.kernel.org>
arch/x86/Kconfig
arch/x86/kernel/setup.c