wrap access to thread_info
authorRoman Zippel <zippel@linux-m68k.org>
Wed, 9 May 2007 09:35:16 +0000 (02:35 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:56 +0000 (12:30 -0700)
commitc9f4f06d3191bd91c1a081b54a6c8e913e7b8a83
treefe6bb926f612e67b1e57c6a448c7e5d41dd69dad
parente61a1c1c4f240cec61300c8f27518c3e47570fd4
wrap access to thread_info

Recently a few direct accesses to the thread_info in the task structure snuck
back, so this wraps them with the appropriate wrapper.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 files changed:
arch/avr32/kernel/process.c
arch/avr32/kernel/ptrace.c
arch/blackfin/kernel/asm-offsets.c
arch/i386/kernel/traps.c
arch/m68knommu/kernel/asm-offsets.c
arch/mips/kernel/smtc.c
arch/x86_64/kernel/irq.c
include/asm-i386/thread_info.h
include/asm-ia64/thread_info.h
include/asm-mips/system.h
include/asm-parisc/compat.h
include/asm-x86_64/thread_info.h
kernel/mutex.c