Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=675bd7804cb53998a57f96d4133856c29213cabd
Commit:     675bd7804cb53998a57f96d4133856c29213cabd
Parent:     cb7af21f7d370edb3a6a6d3e15cb17c8fd61591e
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 27 18:22:21 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Thu Sep 27 18:22:21 2007 +0900

    sh: Fix URAM start address on SH7785.
    
    Not all of the SH-X2 URAM blocks are mapped in the same place,
    SH7785 happens to map it on the opposite end of the address space
    from SH7722, correct the addresses.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/cpu/sh4a/setup-sh7785.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c 
b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c
index c65e1b5..39b215d 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c
@@ -351,5 +351,5 @@ void __init plat_irq_setup_pins(int mode)
 void __init plat_mem_setup(void)
 {
        /* Register the URAM space as Node 1 */
-       setup_bootmem_node(1, 0x055f0000, 0x05610000);
+       setup_bootmem_node(1, 0xe55f0000, 0xe5610000);
 }
-
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