From: Greg Ungerer Date: Tue, 30 Aug 2011 06:11:05 +0000 (+1000) Subject: m68k: merge the init_task code for mmu and non-mmu targets X-Git-Tag: v3.3-rc1~72^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409ee2455c95495e182379883a568df1d40f5864;p=pandora-kernel.git m68k: merge the init_task code for mmu and non-mmu targets The init_task code can be the same for both mmu and non-mmu targets. None of the alignment carried out in the the current init_task code is necessary. The linker script takes care of aligning the init_thread structure to a THREAD SIZE boundary, and that is all we need. So use the init_task.c code for all target types, that makes m68k code consistent with what most other architectures do. Signed-off-by: Greg Ungerer Acked-by: Geert Uytterhoeven --- Reading git-diff-tree failed