aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/mm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/mm')
-rw-r--r--arch/tile/mm/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/mm/init.c b/arch/tile/mm/init.c
index 0b9ce69b0ee5..e34597e512df 100644
--- a/arch/tile/mm/init.c
+++ b/arch/tile/mm/init.c
@@ -445,7 +445,7 @@ static pmd_t *__init get_pmd(pgd_t pgtables[], unsigned long va)
445 445
446/* Temporary page table we use for staging. */ 446/* Temporary page table we use for staging. */
447static pgd_t pgtables[PTRS_PER_PGD] 447static pgd_t pgtables[PTRS_PER_PGD]
448 __attribute__((section(".init.page"))); 448 __attribute__((aligned(HV_PAGE_TABLE_ALIGN)));
449 449
450/* 450/*
451 * This maps the physical memory to kernel virtual address space, a total 451 * This maps the physical memory to kernel virtual address space, a total