]> git.baikalelectronics.ru Git - kernel.git/commit
m68k/amiga: Fix "debug=mem"
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 7 Jan 2011 12:25:29 +0000 (13:25 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 23 Jan 2011 10:24:42 +0000 (11:24 +0100)
commit71dda55a3e0ee9d2fe0d92449672c5b56f52bb18
treed247502612687d043ae408248cd9206aab237d77
parent5514b6f36d1542aa66de87ff2e682a3c0252a73e
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 <geert@linux-m68k.org>
arch/m68k/amiga/config.c