Move the invalid pmd and pte tables from .data to .bss. Fix alignment.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
c264852726
commit
0964ce24d0
@@ -200,19 +200,13 @@ NESTED(smp_bootstrap, 16, sp)
|
|||||||
.comm fw_arg2, SZREG, SZREG
|
.comm fw_arg2, SZREG, SZREG
|
||||||
.comm fw_arg3, SZREG, SZREG
|
.comm fw_arg3, SZREG, SZREG
|
||||||
|
|
||||||
.macro page name, order=0
|
.macro page name, order
|
||||||
.globl \name
|
.comm \name, (_PAGE_SIZE << \order), (_PAGE_SIZE << \order)
|
||||||
\name: .size \name, (_PAGE_SIZE << \order)
|
|
||||||
.org . + (_PAGE_SIZE << \order)
|
|
||||||
.type \name, @object
|
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.data
|
|
||||||
.align PAGE_SHIFT
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ... but on 64-bit we've got three-level pagetables with a
|
* On 64-bit we've got three-level pagetables with a slightly
|
||||||
* slightly different layout ...
|
* different layout ...
|
||||||
*/
|
*/
|
||||||
page swapper_pg_dir, _PGD_ORDER
|
page swapper_pg_dir, _PGD_ORDER
|
||||||
#ifdef CONFIG_64BIT
|
#ifdef CONFIG_64BIT
|
||||||
|
Reference in New Issue
Block a user