commit | d0cd7425fab774a480cce17c2f649984312d0b55 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Tue Aug 24 17:32:04 2010 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue Aug 24 17:32:04 2010 -0700 |
tree | c52d913ae9987b9648f89b696819cfc93dfb3229 | |
parent | 76be97c1fc945db08aae1f1b746012662d643e97 [diff] |
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>