diff options
-rw-r--r-- | Documentation/this_cpu_ops.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/this_cpu_ops.txt b/Documentation/this_cpu_ops.txt index 0ec995712176..2cbf71975381 100644 --- a/Documentation/this_cpu_ops.txt +++ b/Documentation/this_cpu_ops.txt | |||
@@ -41,7 +41,6 @@ The following this_cpu() operations with implied preemption protection | |||
41 | are defined. These operations can be used without worrying about | 41 | are defined. These operations can be used without worrying about |
42 | preemption and interrupts. | 42 | preemption and interrupts. |
43 | 43 | ||
44 | this_cpu_add() | ||
45 | this_cpu_read(pcp) | 44 | this_cpu_read(pcp) |
46 | this_cpu_write(pcp, val) | 45 | this_cpu_write(pcp, val) |
47 | this_cpu_add(pcp, val) | 46 | this_cpu_add(pcp, val) |
@@ -225,7 +224,6 @@ still occur while an operation is in progress and if the interrupt too | |||
225 | modifies the variable, then RMW actions can not be guaranteed to be | 224 | modifies the variable, then RMW actions can not be guaranteed to be |
226 | safe. | 225 | safe. |
227 | 226 | ||
228 | __this_cpu_add() | ||
229 | __this_cpu_read(pcp) | 227 | __this_cpu_read(pcp) |
230 | __this_cpu_write(pcp, val) | 228 | __this_cpu_write(pcp, val) |
231 | __this_cpu_add(pcp, val) | 229 | __this_cpu_add(pcp, val) |