]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
compiler.h is now always included on the command line.
authorMichael Brown <mcb30@etherboot.org>
Thu, 14 Apr 2005 11:50:26 +0000 (11:50 +0000)
committerMichael Brown <mcb30@etherboot.org>
Thu, 14 Apr 2005 11:50:26 +0000 (11:50 +0000)
src/arch/i386/firmware/pcbios/bios.c
src/arch/i386/firmware/pcbios/bios_console.c
src/arch/i386/include/io.h
src/arch/i386/include/realmode.h
src/arch/i386/include/registers.h
src/arch/i386/prefix/dskprefix.S

index fcbe7f3246c1c201fb0247b043750bf58f9cc8ed..2fc4d8774ce259d143cea4f05669f9f107a035db 100644 (file)
@@ -5,7 +5,6 @@
 
 #include "stdint.h"
 #include "realmode.h"
-#include "compiler.h"
 
 #define BIOS_DATA_SEG 0x0040
 
index b0bee1ab0b34b22d974c7f9dfc1a3dfcb7c26841..f6ea952fd1c31903410576b39a60bdf4a96e98c5 100644 (file)
@@ -3,7 +3,6 @@
  * Body of routines taken from old pcbios.S
  */
 
-#include "compiler.h"
 #include "realmode.h"
 #include "console.h"
 
index 5b6a624354198502d66e9bb1df6f39c8f98d2de9..f2f67cbd24114de8f13daf2b665d10c589f6bc69 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef        ETHERBOOT_IO_H
 #define ETHERBOOT_IO_H
 
-#include "compiler.h"
 #include "virtaddr.h"
 
 /* virt_to_bus converts an addresss inside of etherboot [_start, _end]
index d641869f85f948ce1443d950bbf65f7e61d4999f..cd6fcfc7358c053c6d2e02feb385f088d0724842 100644 (file)
@@ -4,7 +4,6 @@
 #ifndef ASSEMBLY
 
 #include "stdint.h"
-#include "compiler.h"
 #include "registers.h"
 #include "io.h"
 
index 2e78d418ddf603b9d284caf0720243683023e8bc..155fffbdf03dbe6324941d21c0fede25ba1c567e 100644 (file)
@@ -2,7 +2,6 @@
 #define REGISTERS_H
 
 #include "stdint.h"
-#include "compiler.h"
 
 /* Basic 16-bit and 32-bit register types */
 typedef union {
index 7458e235a736a6eb38bb87c8c1efa5fe2741b410..62b8f5ffef85f199cc75d687080399ffd67550d7 100644 (file)
@@ -1,5 +1,3 @@
-#include "compiler.h"
-
 /* NOTE: this boot sector contains instructions that need at least an 80186.
  * Yes, as86 has a bug somewhere in the valid instruction set checks.
  *