kernel-hacking-2024-linux-s.../arch/m68k/kernel
Roman Zippel 3b66a1edb0 [PATCH] m68k: convert thread flags to use bit fields
Remove task_work structure, use the standard thread flags functions and use
shifts in entry.S to test the thread flags.  Add a few local labels to entry.S
to allow gas to generate short jumps.

Finally it changes a number of inline functions in thread_info.h to macros to
delay the current_thread_info() usage, which requires on m68k a structure
(task_struct) not yet defined at this point.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Cc: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-13 18:14:14 -08:00
..
asm-offsets.c [PATCH] m68k: convert thread flags to use bit fields 2005-11-13 18:14:14 -08:00
bios32.c
entry.S [PATCH] m68k: convert thread flags to use bit fields 2005-11-13 18:14:14 -08:00
head.S
ints.c
m68k_ksyms.c
Makefile
module.c
process.c [PATCH] sched: disable preempt in idle tasks 2005-11-09 07:56:33 -08:00
ptrace.c [PATCH] m68k: convert thread flags to use bit fields 2005-11-13 18:14:14 -08:00
semaphore.c
setup.c
signal.c
sun3-head.S
sys_m68k.c
time.c [PATCH] jiffies_64 cleanup 2005-10-30 17:37:25 -08:00
traps.c
vmlinux-std.lds
vmlinux-sun3.lds
vmlinux.lds.S