mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-24 02:18:54 +00:00
d25ba98afc
Currently on m68k we have a comeplete thread_info structure stored inside of the thread_struct, and we also have it in the initial part of the kernel stack. Mostly the code currently uses the one inside of the thread_struct, only using the "task" pointer from the stack based one. This is wasteful and confusing, we should only have the single instance of thread_info inside the stack page. And this is the norm for all other architectures. This change makes m68k handle thread_info consistently on both MMU enabled and non-MMU setups. Signed-off-by: Greg Ungerer <gerg@uclinux.org> |
||
---|---|---|
.. | ||
.gitignore | ||
asm-offsets.c | ||
dma_mm.c | ||
dma_no.c | ||
dma.c | ||
entry_mm.S | ||
entry_no.S | ||
entry.S | ||
head.S | ||
init_task.c | ||
ints.c | ||
irq.c | ||
m68k_ksyms.c | ||
Makefile | ||
module.c | ||
module.lds | ||
process_mm.c | ||
process_no.c | ||
process.c | ||
ptrace_mm.c | ||
ptrace_no.c | ||
ptrace.c | ||
setup_mm.c | ||
setup_no.c | ||
setup.c | ||
signal_mm.c | ||
signal_no.c | ||
signal.c | ||
sun3-head.S | ||
sys_m68k.c | ||
syscalltable.S | ||
time_mm.c | ||
time_no.c | ||
time.c | ||
traps.c | ||
vectors.c | ||
vmlinux-std.lds | ||
vmlinux-sun3.lds | ||
vmlinux.lds_mm.S | ||
vmlinux.lds_no.S | ||
vmlinux.lds.S |