]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove grub_bios_interrupt on coreboot.
authorVladimir Serbinenko <phcoder@gmail.com>
Tue, 17 Dec 2013 11:54:11 +0000 (12:54 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Tue, 17 Dec 2013 11:54:11 +0000 (12:54 +0100)
It's not used currently and cannot be used safely currently.

ChangeLog
grub-core/Makefile.am
grub-core/kern/i386/coreboot/startup.S

index 5bafe5342e8576a4817777c8e79ce26757739cf5..606b8e18ac53a7f669b107bcd5c07d1a63baa63d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-12-17  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Remove grub_bios_interrupt on coreboot.
+
+       It's not used currently and cannot be used safely currently.
+
 2013-12-16  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Update exclude.pot and mark few strings for translation.
index 79c63abf1d432f869c8adf2851d707d1c90df5c3..04764384b770284e0f4160d447d62af1bd6862c7 100644 (file)
@@ -103,7 +103,6 @@ endif
 if COND_i386_coreboot
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/i386/tsc.h
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/i386/coreboot/lbio.h
-KERNEL_HEADER_FILES += $(top_builddir)/include/grub/i386/pc/int.h
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/video.h
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/video_fb.h
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/gfxterm.h
index eb3dd946038c7b4e46c46d150317cd85e1d36ca4..8c32838465ce5f42b8fb9ce45f1eaa65e36c5e59 100644 (file)
@@ -66,5 +66,3 @@ multiboot_header:
  *  only needed for BIOS gates).
  */
 #include "../realmode.S"
-
-#include "../int.S"