From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 19 Jun 2013 12:58:10 +0200 Subject: [PATCH -v11 resend 10/11] arm, change reboot_mode to use enum reboot_mode In-Reply-To: <1370519244-49918-11-git-send-email-holt@sgi.com> References: <1370519244-49918-1-git-send-email-holt@sgi.com> <1370519244-49918-11-git-send-email-holt@sgi.com> Message-ID: <4169120.1k31YLDD12@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 06 June 2013 06:47:23 Robin Holt wrote: > Preparing to move the parsing of reboot= to generic kernel code > forces the change in reboot_mode handling to use the enum. > > Signed-off-by: Robin Holt > To: Andrew Morton > Cc: Russell King > Cc: Russ Anderson > Cc: Robin Holt > Cc: H. Peter Anvin > Cc: Guan Xuetao > Cc: Linux Kernel Mailing List > Cc: the arch/x86 maintainers > Cc: Arm Mailing List > Acked-by: Russell King Should we merge this through the arm-soc tree? I'm getting a few conflicts with new platforms getting added using the old interface. Arnd