diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2014-03-13 22:44:47 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-03-13 22:44:47 -0400 |
commit | 1f2cbcf648962cdcf511d234cb39745baa9f5d07 (patch) | |
tree | 91693d03279141abc19a8c75c1ec53f006ac3c91 /arch/x86 | |
parent | 7dda038756704b3562187b29c81f86de935148c6 (diff) |
x86, vdso, xen: Remove stray reference to FIX_VDSO
Checkin
b0b49f2673f0 x86, vdso: Remove compat vdso support
... removed the VDSO from the fixmap, and thus FIX_VDSO; remove a
stray reference in Xen.
Found by Fengguang Wu's test robot.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: David Vrabel <david.vrabel@citrix.com>
Link: http://lkml.kernel.org/r/4bb4690899106eb11430b1186d5cc66ca9d1660c.1394751608.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/xen/mmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index 256282e7888b..21c6a420e19a 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
@@ -2058,7 +2058,6 @@ static void xen_set_fixmap(unsigned idx, phys_addr_t phys, pgprot_t prot) | |||
2058 | case FIX_RO_IDT: | 2058 | case FIX_RO_IDT: |
2059 | #ifdef CONFIG_X86_32 | 2059 | #ifdef CONFIG_X86_32 |
2060 | case FIX_WP_TEST: | 2060 | case FIX_WP_TEST: |
2061 | case FIX_VDSO: | ||
2062 | # ifdef CONFIG_HIGHMEM | 2061 | # ifdef CONFIG_HIGHMEM |
2063 | case FIX_KMAP_BEGIN ... FIX_KMAP_END: | 2062 | case FIX_KMAP_BEGIN ... FIX_KMAP_END: |
2064 | # endif | 2063 | # endif |