[2334] 2009-06-16 Pavel Roskin <[email protected]>

Pavel Roskin <[email protected]> Tue, 16 Jun 2009 20:55:54 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2334
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2334
Author:   proski
Date:     2009-06-16 20:55:53 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
2009-06-16  Pavel Roskin  <[email protected]>

	* kern/i386/halt.c: Include grub/machine/init.h.
	* kern/i386/reboot.c: Include grub/cpu/reboot.h.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/kern/i386/halt.c
    trunk/grub2/kern/i386/reboot.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-06-16 16:59:32 UTC (rev 2333)
+++ trunk/grub2/ChangeLog	2009-06-16 20:55:53 UTC (rev 2334)
@@ -1,3 +1,8 @@
+2009-06-16  Pavel Roskin  <[email protected]>
+
+	* kern/i386/halt.c: Include grub/machine/init.h.
+	* kern/i386/reboot.c: Include grub/cpu/reboot.h.
+
 2009-06-16  Felix Zielcke  <[email protected]>
 
 	* util/grub.d/30_os-prober.in: Use ${root} in the generated

Modified: trunk/grub2/kern/i386/halt.c
===================================================================
--- trunk/grub2/kern/i386/halt.c	2009-06-16 16:59:32 UTC (rev 2333)
+++ trunk/grub2/kern/i386/halt.c	2009-06-16 20:55:53 UTC (rev 2334)
@@ -18,6 +18,7 @@
 
 #include <grub/cpu/io.h>
 #include <grub/cpu/halt.h>
+#include <grub/machine/init.h>
 #include <grub/misc.h>
 
 const char bochs_shutdown[] = "Shutdown";

Modified: trunk/grub2/kern/i386/reboot.c
===================================================================
--- trunk/grub2/kern/i386/reboot.c	2009-06-16 16:59:32 UTC (rev 2333)
+++ trunk/grub2/kern/i386/reboot.c	2009-06-16 20:55:53 UTC (rev 2334)
@@ -18,6 +18,7 @@
 
 #include <grub/cpu/io.h>
 #include <grub/cpu/at_keyboard.h>
+#include <grub/cpu/reboot.h>
 #include <grub/misc.h>
 
 void