X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-x86%2Fparavirt.h;h=fbbde93f12d6d5ad0aaca4fb1e6db0860cb5a351;hb=392eaef2e9f8e6527043ad8422d9cfea59ee6fb0;hp=5ca4639dc7dd0870a51e8240bea0f7a7e542d8df;hpb=c2e3277f875b83e5adc34e96989d6d87ec5f80f7;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-x86/paravirt.h b/include/asm-x86/paravirt.h index 5ca4639dc7d..fbbde93f12d 100644 --- a/include/asm-x86/paravirt.h +++ b/include/asm-x86/paravirt.h @@ -1089,7 +1089,7 @@ static inline pteval_t pte_flags(pte_t pte) pte.pte); #ifdef CONFIG_PARAVIRT_DEBUG - BUG_ON(ret & PTE_MASK); + BUG_ON(ret & PTE_PFN_MASK); #endif return ret; }