Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=061854fd155116ab1f40c39a75e2c641827fd246
Commit:     061854fd155116ab1f40c39a75e2c641827fd246
Parent:     bba89e1f403b3313b429b736bd6536b921bbc83a
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 19 19:08:49 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:18:48 2008 +0900

    sh: Common swapper_pg_dir usage for SH-5.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/head_64.S |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/sh/kernel/head_64.S b/arch/sh/kernel/head_64.S
index 8015af6..55ae281 100644
--- a/arch/sh/kernel/head_64.S
+++ b/arch/sh/kernel/head_64.S
@@ -105,8 +105,8 @@ empty_zero_page:
        .section        .data, "aw"
        .balign PAGE_SIZE
 
-       .global swapper_pg_dir
-swapper_pg_dir:
+       .global mmu_pdtp_cache
+mmu_pdtp_cache:
        .space PAGE_SIZE, 0
 
        .global empty_bad_page
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to