On Wed, Apr 17, 2013 at 12:59:57PM -0700, H. Peter Anvin wrote:
> It is also worth noting that the documentation says reboot=s[mp]#
> whereas in fact only reboot=s# parse correctly.  I consider this to be a
> bug.
> 
> If we centralized the parser, we could take a string like
> 
> "reboot=bios,smp32,warm"
> 
> and parse it into:
> 
> reboot_cpu = 32
> reboot_mode = "bw"
> 
> ... and pass the information in that form to the arch layer.  I don't
> think we can do more parsing at that in the main kernel.

OK.  I will go back to the drawing board again.

Robin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to