On Saturday 12 January 2008, Carl-Daniel Hailfinger wrote:
After configuring the PLL registers on Geode LX, we have to reset the processor. However, nothing in the log tells the user why the processor is being reset.
printk(BIOS_INFO, "Resetting the processor after PLL "
/* "Reset the chip" value */"configuration for the changes to take effect\n");
It shouldn't be BIOS_INFO. Resetting the machine is as fundamental as can be, so always tell this news if someone is listening (-> BIOS_EMERG). IMHO a few stars might be appropriate as well, but that's a matter of taste. Besides that Acked-by: Torsten Duwe duwe@lst.de
Torsten