aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527/head.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-08-14 15:05:01 +0800
committerBryan Wu <cooloney@kernel.org>2008-08-14 15:05:01 +0800
commit95a86b5e51139a199d081b6b108e761966d914ef (patch)
tree5eb44da84ab8d13e3362fa7d04eb450438785500 /arch/blackfin/mach-bf527/head.S
parentBlackfin arch: use %pF when printing out the double fault address so we get symbol names (diff)
downloadlinux-dev-95a86b5e51139a199d081b6b108e761966d914ef.tar.xz
linux-dev-95a86b5e51139a199d081b6b108e761966d914ef.zip
Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as we dont need it setup that early
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf527/head.S')
-rw-r--r--arch/blackfin/mach-bf527/head.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/blackfin/mach-bf527/head.S b/arch/blackfin/mach-bf527/head.S
index 2cc46f8fa9a7..fa4b18eddf63 100644
--- a/arch/blackfin/mach-bf527/head.S
+++ b/arch/blackfin/mach-bf527/head.S
@@ -40,15 +40,6 @@
__INIT
ENTRY(_mach_early_start)
-#if defined(CONFIG_BF527)
- p0.h = hi(EMAC_SYSTAT);
- p0.l = lo(EMAC_SYSTAT);
- R0.h = 0xFFFF; /* Clear EMAC Interrupt Status bits */
- R0.l = 0xFFFF;
- [P0] = R0;
- SSYNC;
-#endif
-
/* Initialise UART - when booting from u-boot, the UART is not disabled
* so if we dont initalize here, our serial console gets hosed */
p0.h = hi(UART1_LCR);