mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
1f34f2e426
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> |
||
---|---|---|
.. | ||
image | ||
at93c.c | ||
at93c.h | ||
ds1603.c | ||
ds1603.h | ||
interrupt.c | ||
Kconfig | ||
lasat_board.c | ||
lasat_models.h | ||
Makefile | ||
picvue_proc.c | ||
picvue.c | ||
picvue.h | ||
prom.c | ||
prom.h | ||
reset.c | ||
serial.c | ||
setup.c | ||
sysctl.c |