[PATCH] paravirt: remove set pte atomic
Now that ptep_establish has a definition in PAE i386 3-level paging code, the only paging model which is insane enough to have multi-word hardware PTEs which are not efficient to set atomically, we can remove the ghost of set_pte_atomic from other architectures which falesly duplicated it, and remove all knowledge of it from the generic pgtable code. set_pte_atomic is now a private pte operator which is specific to i386 Signed-off-by:Zachary Amsden <zach@vmware.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Jeremy Fitzhardinge <jeremy@xensource.com> Cc: Andi Kleen <ak@suse.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- include/asm-frv/pgtable.h 0 additions, 2 deletionsinclude/asm-frv/pgtable.h
- include/asm-generic/pgtable.h 0 additions, 8 deletionsinclude/asm-generic/pgtable.h
- include/asm-i386/pgtable-3level.h 0 additions, 1 deletioninclude/asm-i386/pgtable-3level.h
- include/asm-m32r/pgtable-2level.h 1 addition, 1 deletioninclude/asm-m32r/pgtable-2level.h
Loading
Please register or sign in to comment