From patchwork Sat May 12 11:43:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] sparc32: remove sun4c specific variables from head_32.S From: Sam Ravnborg X-Patchwork-Id: 158732 Message-Id: <1336823029-8206-1-git-send-email-sam@ravnborg.org> To: "David S. Miller" Cc: sparclinux , Sam Ravnborg Date: Sat, 12 May 2012 13:43:46 +0200 This gives us back 7 pages... Signed-off-by: Sam Ravnborg --- 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 0d01798..10830b5 100644 --- a/arch/sparc/kernel/head_32.S +++ b/arch/sparc/kernel/head_32.S @@ -401,18 +401,9 @@ trapbase_cpu3: /* This was the only reasonable way I could think of to properly align * these page-table data structures. */ - .globl pg0, pg1, pg2, pg3 - .globl empty_bad_page - .globl empty_bad_page_table - .globl empty_zero_page .globl swapper_pg_dir swapper_pg_dir: .skip PAGE_SIZE -pg0: .skip PAGE_SIZE -pg1: .skip PAGE_SIZE -pg2: .skip PAGE_SIZE -pg3: .skip PAGE_SIZE -empty_bad_page: .skip PAGE_SIZE -empty_bad_page_table: .skip PAGE_SIZE + .globl empty_zero_page empty_zero_page: .skip PAGE_SIZE .global root_flags