x86/pvops: remove pte_flags pvop
pte_flags() was introduced as a new pvop in order to extract just the flags portion of a pte, which is a potentially cheaper operation than extracting the page number as well. It turns out this operation is not needed, because simply using a mask to extract the flags from a pte is sufficient for all current users. Signed-off-by:Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/include/asm/page.h 1 addition, 2 deletionsarch/x86/include/asm/page.h
- arch/x86/include/asm/paravirt.h 0 additions, 18 deletionsarch/x86/include/asm/paravirt.h
- arch/x86/kernel/paravirt.c 0 additions, 1 deletionarch/x86/kernel/paravirt.c
- arch/x86/xen/enlighten.c 0 additions, 1 deletionarch/x86/xen/enlighten.c
Loading
Please register or sign in to comment