Re: [PATCH -v5 5/5] Make reboot_cpuid a kernel parameter.
From: H. Peter Anvin
Date: Wed Apr 17 2013 - 16:00:31 EST
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.
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/