linux/arch
Thomas Gleixner 07d5ecae29 arm: Remove bogus comment in futex_atomic_cmpxchg_inatomic()
commit 522d7dec(futex: Remove redundant pagefault_disable in
futex_atomic_cmpxchg_inatomic()) added a bogus comment.

/* Note that preemption is disabled by futex_atomic_cmpxchg_inatomic
 * call sites. */

Bogus in two aspects:

1) pagefault_disable != preempt_disable even if the mechanism we use
   is the same

2) we have a call site which deliberately does not disable pagefaults
   as it wants the possible fault to be handled - though that has been
   changed for consistency reasons now.

Sigh. I really should have seen that when committing the above. :(

Catched-by-and-rightfully-ranted-at-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <alpine.LFD.2.00.1103141126590.2787@localhost6.localdomain6>
Cc: Michel Lespinasse <walken@google.com>
Cc: Darren Hart <darren@dvhart.com>
2011-03-14 21:10:26 +01:00
..
alpha futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
arm arm: Remove bogus comment in futex_atomic_cmpxchg_inatomic() 2011-03-14 21:10:26 +01:00
avr32 avr32: add missing include causing undefined pgtable_page_* references 2011-01-26 12:35:15 +01:00
blackfin Blackfin: iflush: update anomaly 05000491 workaround 2011-03-04 01:27:01 -05:00
cris Drop redundant __param section for CRISv32. 2011-02-23 08:00:47 -08:00
frv futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
h8300 h8300: Use generic irq Kconfig 2011-01-21 11:55:24 +01:00
ia64 futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
m32r m32r: Fixup last __do_IRQ leftover 2011-02-05 21:46:35 +01:00
m68k m68knommu: add optimize memmove() function 2011-02-16 09:43:16 +10:00
m68knommu m68knommu: set flow handler for secondary interrupt controller of 5249 2011-02-16 09:43:46 +10:00
microblaze futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
mips futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
mn10300 mn10300: Use generic irq Kconfig 2011-01-21 11:55:33 +01:00
parisc futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
powerpc futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
s390 futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
score score: Use generic irq Kconfig 2011-01-21 11:55:34 +01:00
sh futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
sparc futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
tile futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
um um: Use generic irq Kconfig 2011-01-21 11:55:35 +01:00
x86 futex: Sanitize futex ops argument types 2011-03-11 12:23:31 +01:00
xtensa kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 2011-01-20 17:02:05 -08:00
.gitignore
Kconfig [S390] mutex: Introduce arch_mutex_cpu_relax() 2011-01-05 12:47:31 +01:00