RE: [PATCH] reboot: re-enable the function of variable reboot_default

2013-09-09 Thread Liu, Chuansheng
rg; > linux-kernel@vger.kernel.org; Li, Fei > Subject: Re: [PATCH] reboot: re-enable the function of variable reboot_default > > On Mon, Sep 09, 2013 at 07:49:40PM +0800, Chuansheng Liu wrote: > > > > commit b3a5d02ee070c(reboot: move arch/x86 reboot= handling to generic > kernel)

Re: [PATCH] reboot: re-enable the function of variable reboot_default

2013-09-09 Thread Robin Holt
On Mon, Sep 09, 2013 at 07:49:40PM +0800, Chuansheng Liu wrote: > > commit b3a5d02ee070c(reboot: move arch/x86 reboot= handling to generic kernel) The commit id was really 1b3a5d02ee070c > did some cleanup for reboot= command line, but it made the reboot_default > to be invalidated. > > The def

[PATCH] reboot: re-enable the function of variable reboot_default

2013-09-08 Thread Chuansheng Liu
commit b3a5d02ee070c(reboot: move arch/x86 reboot= handling to generic kernel) did some cleanup for reboot= command line, but it made the reboot_default to be invalidated. The default value of variable reboot_default should be 1, and if command line reboot= is not set, system will use the default