From: Thadeu Lima de Souza Cascardo Date: Sun, 17 Feb 2013 01:33:34 +0000 (-0200) Subject: m68knommu: fix build when CPU is not coldfire X-Git-Tag: v3.9-rc3~30^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be3f695cbe3ddd7f334a660b82ae866818ae4b10;p=pandora-kernel.git m68knommu: fix build when CPU is not coldfire Commit dd1cb3a7c43508c29e17836628090c0735bd3137 [merge MMU and non-MMU versions of mm/init.c] unified mm/init.c for both MMU and non-MMU m68k platforms. However, it broke when we build a non-MMU M68K Classic CPU kernel. This fix builds a section that came from the MMU version only when we are building a MMU kernel. Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed