From 6ec0c62d51fa34d7e5bdb58c6f53810a480dae62 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Wed, 29 Sep 2010 23:29:48 +0900 Subject: [PATCH] --- yaml --- r: 212065 b: refs/heads/master c: a416e9e1dde0fbcf20cda59df284cc0dcf2aadc4 h: refs/heads/master i: 212063: 7da5ab08ef297d490149b7ed5cf5a0706ee069cd v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/page_types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 11fa68438d8d..d0b20e66a144 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 161b0275e2311b8bd9609d5f32e2b703cf5d70a8 +refs/heads/master: a416e9e1dde0fbcf20cda59df284cc0dcf2aadc4 diff --git a/trunk/arch/x86/include/asm/page_types.h b/trunk/arch/x86/include/asm/page_types.h index a667f24c7254..1df66211fd1b 100644 --- a/trunk/arch/x86/include/asm/page_types.h +++ b/trunk/arch/x86/include/asm/page_types.h @@ -8,7 +8,7 @@ #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) #define PAGE_MASK (~(PAGE_SIZE-1)) -#define __PHYSICAL_MASK ((phys_addr_t)(1ULL << __PHYSICAL_MASK_SHIFT) - 1) +#define __PHYSICAL_MASK ((phys_addr_t)((1ULL << __PHYSICAL_MASK_SHIFT) - 1)) #define __VIRTUAL_MASK ((1UL << __VIRTUAL_MASK_SHIFT) - 1) /* Cast PAGE_MASK to a signed type so that it is sign-extended if