From 1f62d964c2cb8a966c0eae1d0974eb780fd329b0 Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Tue, 20 May 2008 08:26:18 +0100 Subject: [PATCH] --- yaml --- r: 97007 b: refs/heads/master c: 1bb271db63c356212564aad050b2cf026f800858 h: refs/heads/master i: 97005: fbec0fdd029aaeefb6151b2e68f6cf4998453bc0 97003: 7ee43cbd2c53dd62db4d192303a5ab38b0e71e36 96999: bf4fcbfcfe416202266039291469e450ecd7615d 96991: bed64dda838268b9e595061b6c640cfb2055e866 v: v3 --- [refs] | 2 +- trunk/include/asm-x86/page.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1f812055b23a..eb557acfb96c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2bd3a99c9d1851182f73d0a024dc5bdb0a470e8c +refs/heads/master: 1bb271db63c356212564aad050b2cf026f800858 diff --git a/trunk/include/asm-x86/page.h b/trunk/include/asm-x86/page.h index 76b35e636d7d..223146da2faf 100644 --- a/trunk/include/asm-x86/page.h +++ b/trunk/include/asm-x86/page.h @@ -29,7 +29,7 @@ /* to align the pointer to the (next) page boundary */ #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) -#define __PHYSICAL_MASK ((((phys_addr_t)1) << __PHYSICAL_MASK_SHIFT) - 1) +#define __PHYSICAL_MASK ((phys_addr_t)(1ULL << __PHYSICAL_MASK_SHIFT) - 1) #define __VIRTUAL_MASK ((1UL << __VIRTUAL_MASK_SHIFT) - 1) #ifndef __ASSEMBLY__