On Wed, 24 Apr 2013 06:18:53 -0500 Robin Holt <h...@sgi.com> wrote:

> Since arch/x86 has the most extensive reboot= handling and it appears to
> have no effect on the remaining architectures.  This patch moves that
> reboot= handling from arch/x86 to the generic kernel.
> 

This seems incomplete.  These, in arch/x86/kernel/reboot.c

extern int reboot_mode;
extern enum reboot_type reboot_type;
extern int reboot_force;
extern int reboot_default;

should surely be moved into include/linux/reboot.h.  But `enum
reboot_type' remains stuck over in
arch/x86/include/asm/emergency-restart.h.
--
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