diff options
-rw-r--r-- | arch/x86/xen/mmu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index e95955968ba3..eef3b5c6e2fe 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
@@ -73,7 +73,8 @@ static unsigned long *p2m_top[TOP_ENTRIES] | |||
73 | static unsigned long p2m_top_mfn[TOP_ENTRIES] | 73 | static unsigned long p2m_top_mfn[TOP_ENTRIES] |
74 | __attribute__((section(".bss.page_aligned"))); | 74 | __attribute__((section(".bss.page_aligned"))); |
75 | 75 | ||
76 | static unsigned long p2m_top_mfn_list[TOP_ENTRIES / P2M_ENTRIES_PER_PAGE] | 76 | static unsigned long p2m_top_mfn_list[ |
77 | PAGE_ALIGN(TOP_ENTRIES / P2M_ENTRIES_PER_PAGE)] | ||
77 | __attribute__((section(".bss.page_aligned"))); | 78 | __attribute__((section(".bss.page_aligned"))); |
78 | 79 | ||
79 | static inline unsigned p2m_top_index(unsigned long pfn) | 80 | static inline unsigned p2m_top_index(unsigned long pfn) |