commit | ec78c8ac16e7a5f45e21838ab2f5573200bfcdd3 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Mar 26 19:29:06 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Mar 27 16:58:24 2009 +1100 |
tree | 58281a386f6a3517c68765cdac49d36996b19275 | |
parent | efbda86098455da014be849713df6498cefc5a2a [diff] |
powerpc: Fix bugs introduced by sysfs changes Rusty's patch to change our sysfs access to various registers to use smp_call_function_single() introduced a whole bunch of warnings. This fixes them. This version also fixes an actual bug in here where it did mtspr instead of mfspr when reading the files Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>