x86, paravirt: Remove kmap_atomic_pte paravirt op.
authorIan Campbell <ian.campbell@citrix.com>
Fri, 26 Feb 2010 17:16:02 +0000 (17:16 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 27 Feb 2010 22:41:35 +0000 (14:41 -0800)
commitdad52fc01161afcb8798c609e009aed4d104927f
tree6d31060cc3e484898c3f503204cdfc52cb5d4e03
parent3249b7e1df6380e9d7bb3238f64f445bf614f787
x86, paravirt: Remove kmap_atomic_pte paravirt op.

Now that both Xen and VMI disable allocations of PTE pages from high
memory this paravirt op serves no further purpose.

This effectively reverts ce6234b5 "add kmap_atomic_pte for mapping
highpte pages".

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
LKML-Reference: <1267204562-11844-3-git-send-email-ian.campbell@citrix.com>
Acked-by: Alok Kataria <akataria@vmware.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/highmem.h
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/paravirt_types.h
arch/x86/include/asm/pgtable_32.h
arch/x86/kernel/paravirt.c
arch/x86/kernel/vmi_32.c
arch/x86/xen/mmu.c