Re: [PATCH -v6 5/5] Move arch/x86 reboot= handling to generickernel.

From: Andrew Morton
Date: Wed Apr 24 2013 - 18:11:20 EST


On Wed, 24 Apr 2013 06:18:53 -0500 Robin Holt <holt@xxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/