tree d9ff25263dfa04c0926f8865d68e2e505ddfce2f
parent 0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf
author Adrian Bunk <[EMAIL PROTECTED]> Wed, 24 Aug 2005 17:58:00 -0700
committer Tony Luck <[EMAIL PROTECTED]> Thu, 25 Aug 2005 04:50:37 -0700

[IA64] arch/ia64/hp/sim/boot/fw-emu.c: remove egcs workaround

Kernel 2.6 doesn't support egcs, and I didn't find any user of this 
function.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Tony Luck <[EMAIL PROTECTED]>

 arch/ia64/hp/sim/boot/fw-emu.c |   11 -----------
 1 files changed, 11 deletions(-)

diff --git a/arch/ia64/hp/sim/boot/fw-emu.c b/arch/ia64/hp/sim/boot/fw-emu.c
--- a/arch/ia64/hp/sim/boot/fw-emu.c
+++ b/arch/ia64/hp/sim/boot/fw-emu.c
@@ -237,17 +237,6 @@ sal_emulator (long index, unsigned long 
        return ((struct sal_ret_values) {status, r9, r10, r11});
 }
 
-
-/*
- * This is here to work around a bug in egcs-1.1.1b that causes the
- * compiler to crash (seems like a bug in the new alias analysis code.
- */
-void *
-id (long addr)
-{
-       return (void *) addr;
-}
-
 struct ia64_boot_param *
 sys_fw_init (const char *args, int arglen)
 {
-
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