From: Geert Uytterhoeven Date: Fri, 7 Jan 2011 12:25:29 +0000 (+0100) Subject: m68k/amiga: Fix "debug=mem" X-Git-Tag: v2.6.38-rc3~55^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df1abdbd37af2ae317a1c5b5944173284dc55d6;p=pandora-kernel.git m68k/amiga: Fix "debug=mem" `debug=mem' on Amiga has been broken for a while. early_param() processing is done very/too early, i.e. before amiga_identify() / amiga_chip_init(), causing amiga_savekmsg_setup() not to find any Chip RAM. As we don't plan to free this memory anyway, just steal it from the initial Chip RAM memory block instead. Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed