Hi, This fixes a basic error: copy/pasting stuff from ip27 to ip32 :) Please apply, Vivien. --- linux/arch/mips64/sgi-ip32/ip32-berr.c Wed Jun 26 15:01:23 2002 +++ linux.patch/arch/mips64/sgi-ip32/ip32-berr.c Thu Jul 4 12:27:21 2002 @@ -32,5 +32,5 @@ void __init bus_error_init(void) { - be_board_handler = be_ip27_handler; + be_board_handler = be_ip32_handler; }
--- linux/arch/mips64/sgi-ip32/ip32-berr.c Wed Jun 26 15:01:23 2002 +++ linux.patch/arch/mips64/sgi-ip32/ip32-berr.c Thu Jul 4 12:27:21 2002 @@ -32,5 +32,5 @@ void __init bus_error_init(void) { - be_board_handler = be_ip27_handler; + be_board_handler = be_ip32_handler; }