diff options
author | Tony Luck <tony.luck@intel.com> | 2005-08-29 15:48:23 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-29 15:48:23 -0700 |
commit | b946ecbb11145ae2f375d2d7289a6e7280462b02 (patch) | |
tree | 9a3102c429d4918a6506770e307bb6f725485384 /arch/ia64/hp/sim/boot/fw-emu.c | |
parent | 7115c13bd6d166982212276610b27773b8c27aec (diff) | |
parent | f8220c7f15c54aefb4976ad7c6e2aa98b27a8ce8 (diff) |
Pull pending-2.6.14 into release branch
Diffstat (limited to 'arch/ia64/hp/sim/boot/fw-emu.c')
-rw-r--r-- | arch/ia64/hp/sim/boot/fw-emu.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/ia64/hp/sim/boot/fw-emu.c b/arch/ia64/hp/sim/boot/fw-emu.c index 5c46928e3dc6..30fdfb1d0a53 100644 --- 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 in1, unsigned long in2, 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) { |