[PATCH -v8 11/11] Move arch/x86 reboot= handling to generic kernel.

Robin Holt holt at sgi.com
Thu May 9 07:29:41 EDT 2013


On Wed, May 08, 2013 at 07:23:05PM +0100, Russell King - ARM Linux wrote:
> On Tue, May 07, 2013 at 09:39:55AM -0500, Robin Holt wrote:
> > +		case 's':
> > +			reboot_mode = REBOOT_WARM;
> > +		case 'h':
> > +			reboot_mode = REBOOT_COLD;
> > +		case 'g':
> > +			reboot_mode = REBOOT_GPIO;
> 
> Further to Ingo's comments, also note that the above is broken.  Any
> of s,h,g will result in REBOOT_GPIO being set which is clearly wrong.

I couldn't be more of an idiot.  I will fix it in -v9.

Robin



More information about the linux-arm-kernel mailing list