[MIPS] Lasat: sysctl fixup
authorThomas Horsten <thomas@horsten.com>
Sun, 15 Jun 2008 01:17:11 +0000 (02:17 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 16 Jun 2008 14:14:48 +0000 (15:14 +0100)
commit1f34f2e4262bae8a1aa6d8fd6306b07074d33718
treee1162a346238af0444846ea4cded8d0a4cb04322
parentc9c5023d83df5dc7d58830a63fd0e082120f00e3
[MIPS] Lasat: sysctl fixup

LASAT's sysctl interface was broken, it failed a check during boot because
a single entry had a sysctl number and the rest were unnumbered. When I
fixed it I noticed that the whole sysctl file needed a spring clean, it was
using mutexes where it wasn't needed (it's only needed to protect during
writes to the EEPROM), so I moved that stuff out and generally cleaned the
whole thing up.

So now, LASAT's sysctl/proc interface is working again.

Signed-off-by: Thomas Horsten <thomas@horsten.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lasat/lasat_board.c
arch/mips/lasat/sysctl.c
arch/mips/lasat/sysctl.h [deleted file]