]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit48969202d982190dc959761a5b64674092ce8910
treefe6bb926f612e67b1e57c6a448c7e5d41dd69dad
parent02efaf27c08e6ad767faf0dafe59ce51c400a123
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