commit | a8a6aa0f060e98f9af170c0905d3d5af3b3fa21d | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Tue Sep 07 15:49:00 2010 +1000 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Fri Oct 22 09:43:23 2010 +0200 |
tree | 3982b8ab36e1971b89e23f98e412e37abbd1ae7c | |
parent | 03e4012c6df858ace45bd8571be59d0c6021ad55 [diff] |
m68k: move definition of THREAD_SIZE into thread_info_mm.h Move the definition of THREAD_SIZE from page_mm.h to thread_info_mm.h This logically associates it with the other thread definitions, and will make it easier to merge the MMU and non-MMU versions of page.h and thread_info.h. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>