mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-22 18:22:42 +00:00
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> |
History
|
|
|---|---|---|
| .. | ||
| image | ||
| at93c.c | ||
| at93c.h | ||
| ds1603.c | ||
| ds1603.h | ||
| interrupt.c | ||
| Kconfig | ||
| lasat_board.c | ||
| lasat_models.h | ||
| Makefile | ||
| picvue.c | ||
| picvue.h | ||
| picvue_proc.c | ||
| prom.c | ||
| prom.h | ||
| reset.c | ||
| serial.c | ||
| setup.c | ||
| sysctl.c | ||