Hi, On Thu, 13 Sep 2007, Robert P. J. Day wrote:
$ grep -rw early_param arch/m68k/amiga arch/m68k/amiga/config.c:early_param("debug", amiga_savekmsg_setup); arch/m68k/amiga/config.c:early_param("debug", amiga_debug_setup); $ AFAICT, those two calls in the same source file defining the identical early boot-time parameter are not mutually exclusive but i might be misreading it. is the second supposed to override the first or what?
No, both look at the argument and only react to a specific value, e.g. one has to specify "debug=mem" or "debug=ser" to activate them. bye, Roman - To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html