diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-05-11 21:43:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-12 14:31:58 -0400 |
commit | 1b4cb70ec81b2c3a01e040afc969193c7a816604 (patch) | |
tree | 37ef984fcb24335859de93be680fb967b27d4d7a /arch/sparc/kernel/head_32.S | |
parent | 9b4c514ad218cbefaf13375f11578ef1d78701ff (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.S | 11 |
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 |
409 | swapper_pg_dir: .skip PAGE_SIZE | 405 | swapper_pg_dir: .skip PAGE_SIZE |
410 | pg0: .skip PAGE_SIZE | 406 | .globl empty_zero_page |
411 | pg1: .skip PAGE_SIZE | ||
412 | pg2: .skip PAGE_SIZE | ||
413 | pg3: .skip PAGE_SIZE | ||
414 | empty_bad_page: .skip PAGE_SIZE | ||
415 | empty_bad_page_table: .skip PAGE_SIZE | ||
416 | empty_zero_page: .skip PAGE_SIZE | 407 | empty_zero_page: .skip PAGE_SIZE |
417 | 408 | ||
418 | .global root_flags | 409 | .global root_flags |