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>
Showing
- arch/avr32/kernel/process.c 3 additions, 3 deletionsarch/avr32/kernel/process.c
- arch/avr32/kernel/ptrace.c 1 addition, 1 deletionarch/avr32/kernel/ptrace.c
- arch/blackfin/kernel/asm-offsets.c 1 addition, 1 deletionarch/blackfin/kernel/asm-offsets.c
- arch/i386/kernel/traps.c 1 addition, 1 deletionarch/i386/kernel/traps.c
- arch/m68knommu/kernel/asm-offsets.c 1 addition, 1 deletionarch/m68knommu/kernel/asm-offsets.c
- arch/mips/kernel/smtc.c 1 addition, 1 deletionarch/mips/kernel/smtc.c
- arch/x86_64/kernel/irq.c 1 addition, 1 deletionarch/x86_64/kernel/irq.c
- include/asm-i386/thread_info.h 1 addition, 1 deletioninclude/asm-i386/thread_info.h
- include/asm-ia64/thread_info.h 1 addition, 1 deletioninclude/asm-ia64/thread_info.h
- include/asm-mips/system.h 1 addition, 1 deletioninclude/asm-mips/system.h
- include/asm-parisc/compat.h 1 addition, 1 deletioninclude/asm-parisc/compat.h
- include/asm-x86_64/thread_info.h 1 addition, 1 deletioninclude/asm-x86_64/thread_info.h
- kernel/mutex.c 4 additions, 4 deletionskernel/mutex.c
Loading
Please register or sign in to comment