From: Tim Abbott Date: Fri, 18 Sep 2009 20:32:45 +0000 (-0400) Subject: m32r: Define THREAD_SIZE only once. X-Git-Tag: v2.6.32-rc1~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7efb879ab5b07726873ace8305373bdf68be8a8;p=pandora-kernel.git m32r: Define THREAD_SIZE only once. Previously, m32r's asm/thread_info.h defined THREAD_SIZE differently for assembly and C code; now that PAGE_SIZE is usable from assembly, these can be combined. Also, m32r's asm/processor.h redefines THREAD_SIZE to the same value; remove this redundant definition. Signed-off-by: Tim Abbott Signed-off-by: Hirokazu Takata --- Reading git-diff-tree failed