| To: | Ralf Baechle <ralf@oss.sgi.com> |
|---|---|
| Subject: | [PATCH] O2 berr file fix |
| From: | Vivien Chappelier <vivien.chappelier@enst-bretagne.fr> |
| Date: | Tue, 9 Jul 2002 22:42:51 +0200 (CEST) |
| Cc: | linux-mips@oss.sgi.com |
| Sender: | owner-linux-mips@oss.sgi.com |
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;
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: PATCH: Fix SHMLBA for mips (Re: LTP testing (shmat01)), Andreas Jaeger |
|---|---|
| Next by Date: | [PATCH] setup reboot handlers for ip27 and ip32, Vivien Chappelier |
| Previous by Thread: | Problem with sizeof?, Muthukumar Ratty |
| Next by Thread: | [PATCH] setup reboot handlers for ip27 and ip32, Vivien Chappelier |
| Indexes: | [Date] [Thread] [Top] [All Lists] |