]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68k: remove thread_info struct from thread struct
authorGreg Ungerer <gerg@uclinux.org>
Fri, 2 Sep 2011 04:29:34 +0000 (14:29 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 8 Nov 2011 04:43:51 +0000 (14:43 +1000)
commite67d1c231bb61cc47cbdf8562d617aebe66e5c6d
tree7602430fa9f17412922030aa2cb0b94f10b365ca
parenta2f5daed580555209de35684bf426aace70d5f4e
m68k: remove thread_info struct from thread struct

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>
arch/m68k/include/asm/processor.h
arch/m68k/include/asm/thread_info.h
arch/m68k/kernel/asm-offsets.c
arch/m68k/kernel/entry_mm.S