diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2011-06-19 05:50:22 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-20 09:52:33 -0400 |
commit | 1816315b10862277a961a70ec394b6607983041d (patch) | |
tree | 699f8e9278b610f32a2d54c40bb761f8a6cf134c /include/linux/stop_machine.h | |
parent | 4ca9d7856c101f4b1d2c7d3f2ad2fcce8e9a20ae (diff) |
stop_machine.h: "disables preeempt" -> "disables preemption"
Use the noun instead of a misspelled verb.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/stop_machine.h')
-rw-r--r-- | include/linux/stop_machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/stop_machine.h b/include/linux/stop_machine.h index 092dc9b1ce7d..2d3f0b1b054c 100644 --- a/include/linux/stop_machine.h +++ b/include/linux/stop_machine.h | |||
@@ -94,7 +94,7 @@ static inline int try_stop_cpus(const struct cpumask *cpumask, | |||
94 | * stop_machine "Bogolock": stop the entire machine, disable | 94 | * stop_machine "Bogolock": stop the entire machine, disable |
95 | * interrupts. This is a very heavy lock, which is equivalent to | 95 | * interrupts. This is a very heavy lock, which is equivalent to |
96 | * grabbing every spinlock (and more). So the "read" side to such a | 96 | * grabbing every spinlock (and more). So the "read" side to such a |
97 | * lock is anything which disables preeempt. | 97 | * lock is anything which disables preemption. |
98 | */ | 98 | */ |
99 | #if defined(CONFIG_STOP_MACHINE) && defined(CONFIG_SMP) | 99 | #if defined(CONFIG_STOP_MACHINE) && defined(CONFIG_SMP) |
100 | 100 | ||