]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitde92aaf6537a7a40c76ac42f2fa1b5a8004b1a6a
treec52d913ae9987b9648f89b696819cfc93dfb3229
parentf5c0033f69afbff43f405397eac3835ae237bbd2
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