]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, fixmap: add CONFIG_X86_{LOCAL,IO}_APIC
authorGustavo F. Padovan <gustavo@las.ic.unicamp.br>
Mon, 16 Feb 2009 00:48:55 +0000 (21:48 -0300)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 28 Feb 2009 04:57:47 +0000 (20:57 -0800)
commit2ae38daf25204b7c3725e053052f77469eff62cf
treec3e8bc4e9b547921eb069864324ad3eca5fed5d6
parentfd862dde18c3e360f510780e1d1bf615866b11c2
x86, fixmap: add CONFIG_X86_{LOCAL,IO}_APIC

Impact: New fixmap allocations

Add CONFIG_X86_{LOCAL,IO}_APIC to enum fixed_address.
FIX_APIC_BASE is used only when CONFIG_X86_LOCAL_APIC is
enabled and FIX_IO_APIC_BASE_* are used only when
CONFIG_X86_IO_APIC is enabled.

Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
Acked-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/fixmap_64.h