diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-12 15:22:26 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-12 15:22:26 +0900 |
commit | 65fedbbef8404be5e1dbd18bdad252616b49a24b (patch) | |
tree | 76369eb40eca469cd2e179d36bed9bced2eb10bf /arch/sh | |
parent | 191d0d24b632eb69767705acded5cbf7449ad457 (diff) | |
download | linux-65fedbbef8404be5e1dbd18bdad252616b49a24b.tar.gz linux-65fedbbef8404be5e1dbd18bdad252616b49a24b.tar.bz2 linux-65fedbbef8404be5e1dbd18bdad252616b49a24b.zip |
sh64: Fix up early serial fixmap.
This was conditionalized on CONFIG_EARLY_PRINTK, which has subsequently
gone away. Now that the serial driver always supports the early console,
make sure we always establish the mapping.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/head_64.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/head_64.S b/arch/sh/kernel/head_64.S index 3ea765844c74..defd851abefa 100644 --- a/arch/sh/kernel/head_64.S +++ b/arch/sh/kernel/head_64.S @@ -220,7 +220,6 @@ clear_DTLB: add.l r22, r63, r22 /* Sign extend */ putcfg r21, 0, r22 /* Set MMUDR[0].PTEH */ -#ifdef CONFIG_EARLY_PRINTK /* * Setup a DTLB translation for SCIF phys. */ @@ -231,7 +230,6 @@ clear_DTLB: movi 0xfa03, r22 /* 0xfa030000, fixed SCIF virt */ shori 0x0003, r22 putcfg r21, 0, r22 /* PTEH last */ -#endif /* * Set cache behaviours. |