From b40e359693dd50ba894b9e8973a9c0436e55e6b9 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 1 Oct 2005 13:14:58 +0100 Subject: [PATCH] --- yaml --- r: 11248 b: refs/heads/master c: 6aaf7786ed02da7797432708fbcdd242f9c0764e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/sibyte/swarm/setup.c | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index fa475812b16e..8ba5b710dfb8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 46dc3a4a098c65551d5f364e1c56331961400314 +refs/heads/master: 6aaf7786ed02da7797432708fbcdd242f9c0764e diff --git a/trunk/arch/mips/sibyte/swarm/setup.c b/trunk/arch/mips/sibyte/swarm/setup.c index b8be07f061ee..f8963de1bbf4 100644 --- a/trunk/arch/mips/sibyte/swarm/setup.c +++ b/trunk/arch/mips/sibyte/swarm/setup.c @@ -73,13 +73,8 @@ int swarm_be_handler(struct pt_regs *regs, int is_fixup) { if (!is_fixup && (regs->cp0_cause & 4)) { /* Data bus error - print PA */ -#ifdef CONFIG_64BIT - printk("DBE physical address: %010lx\n", + printk("DBE physical address: %010Lx\n", __read_64bit_c0_register($26, 1)); -#else - printk("DBE physical address: %010llx\n", - __read_64bit_c0_split($26, 1)); -#endif } return (is_fixup ? MIPS_BE_FIXUP : MIPS_BE_FATAL); }