aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/head_32.S
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2012-05-11 21:43:46 -0400
committerDavid S. Miller <davem@davemloft.net>2012-05-12 14:31:58 -0400
commit1b4cb70ec81b2c3a01e040afc969193c7a816604 (patch)
tree37ef984fcb24335859de93be680fb967b27d4d7a /arch/sparc/kernel/head_32.S
parent9b4c514ad218cbefaf13375f11578ef1d78701ff (diff)
sparc32: remove sun4c specific variables from head_32.S
This gives us back 7 pages... Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/head_32.S')
-rw-r--r--arch/sparc/kernel/head_32.S11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/sparc/kernel/head_32.S b/arch/sparc/kernel/head_32.S
index 0d01798bb120..10830b5a9f4a 100644
--- a/arch/sparc/kernel/head_32.S
+++ b/arch/sparc/kernel/head_32.S
@@ -401,18 +401,9 @@ trapbase_cpu3:
401/* This was the only reasonable way I could think of to properly align 401/* This was the only reasonable way I could think of to properly align
402 * these page-table data structures. 402 * these page-table data structures.
403 */ 403 */
404 .globl pg0, pg1, pg2, pg3
405 .globl empty_bad_page
406 .globl empty_bad_page_table
407 .globl empty_zero_page
408 .globl swapper_pg_dir 404 .globl swapper_pg_dir
409swapper_pg_dir: .skip PAGE_SIZE 405swapper_pg_dir: .skip PAGE_SIZE
410pg0: .skip PAGE_SIZE 406 .globl empty_zero_page
411pg1: .skip PAGE_SIZE
412pg2: .skip PAGE_SIZE
413pg3: .skip PAGE_SIZE
414empty_bad_page: .skip PAGE_SIZE
415empty_bad_page_table: .skip PAGE_SIZE
416empty_zero_page: .skip PAGE_SIZE 407empty_zero_page: .skip PAGE_SIZE
417 408
418 .global root_flags 409 .global root_flags