diff --git a/[refs] b/[refs] index f1bfb9844c47..fc854e0ac5f5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 019c3e7c5e93475002edfc0da6c59508247553b1 +refs/heads/master: fbff3c21aff29ffdfa46b50946696689d3e70a48 diff --git a/trunk/include/asm-x86/page_64.h b/trunk/include/asm-x86/page_64.h index c1ac42d8707f..dcf0c0746075 100644 --- a/trunk/include/asm-x86/page_64.h +++ b/trunk/include/asm-x86/page_64.h @@ -23,6 +23,9 @@ #define MCE_STACK 5 #define N_EXCEPTION_STACKS 5 /* hw limit: 7 */ +#define PUD_PAGE_SIZE (_AC(1, UL) << PUD_SHIFT) +#define PUD_PAGE_MASK (~(PUD_PAGE_SIZE-1)) + #define __PAGE_OFFSET _AC(0xffff810000000000, UL) #define __PHYSICAL_START CONFIG_PHYSICAL_START