Hi, On Fri, 2 Nov 2007, Geert Uytterhoeven wrote:
> `debug=mem' on Amiga has been broken for a while. > early_param() processing is done very/too early, i.e. before > amiga_hw_present.CHIP_RAM has been set in amiga_identify(), causing > amiga_savekmsg_setup() not to find any Chip RAM. > > The quick hack below makes it work again by introducing an additional > intermediate flag, but I don't like it. The alternative to pull some of the setup ahead of the early_param() call. It shouldn't be a big problem to move the call after the config calls, as these should only do a very basic setup, everything else should be done via init calls (e.g. amiga_init_sound() might be such a candidate). bye, Roman - To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
