From: Thomas Horsten Date: Sun, 15 Jun 2008 01:17:11 +0000 (+0100) Subject: [MIPS] Lasat: sysctl fixup X-Git-Tag: v2.6.26-rc7~29^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f34f2e4262bae8a1aa6d8fd6306b07074d33718;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed