diff options
Diffstat (limited to 'include/asm-x86/paravirt.h')
-rw-r--r-- | include/asm-x86/paravirt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/paravirt.h b/include/asm-x86/paravirt.h index 5ca4639dc7dd..fbbde93f12d6 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) | |||
1089 | pte.pte); | 1089 | pte.pte); |
1090 | 1090 | ||
1091 | #ifdef CONFIG_PARAVIRT_DEBUG | 1091 | #ifdef CONFIG_PARAVIRT_DEBUG |
1092 | BUG_ON(ret & PTE_MASK); | 1092 | BUG_ON(ret & PTE_PFN_MASK); |
1093 | #endif | 1093 | #endif |
1094 | return ret; | 1094 | return ret; |
1095 | } | 1095 | } |