]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] i386 voyager: Add machine_shutdown
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 6 Aug 2005 19:42:45 +0000 (13:42 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 6 Aug 2005 19:54:57 +0000 (12:54 -0700)
Here is one more bit of breakage my x86 sub-architecture
confusion caused.

Add machine_shutdown to voyager so it will compile with CONFIG_KEXEC.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/mach-voyager/voyager_basic.c

index 62d0d9bf3fc05aff91e257f45501a49c133ce4c5..c6384061328a5d72acaed91f216c26fef86a8c91 100644 (file)
@@ -251,6 +251,12 @@ kb_wait(void)
                        break;
 }
 
+void
+machine_shutdown(void)
+{
+       /* Architecture specific shutdown needed before a kexec */
+}
+
 void
 machine_restart(char *cmd)
 {