summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2005-04-14 13:50:26 +0200
committerMichael Brown2005-04-14 13:50:26 +0200
commite44e5c72476fd16659b318fcf03fa9cdd50f1147 (patch)
treef87dfe6d541ad58559e62a863f914a9a9d4ef86e /src/arch
parentWe need the ISA product ID mask available separately for 3c509.c. (diff)
downloadipxe-e44e5c72476fd16659b318fcf03fa9cdd50f1147.tar.gz
ipxe-e44e5c72476fd16659b318fcf03fa9cdd50f1147.tar.xz
ipxe-e44e5c72476fd16659b318fcf03fa9cdd50f1147.zip
compiler.h is now always included on the command line.
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/firmware/pcbios/bios.c1
-rw-r--r--src/arch/i386/firmware/pcbios/bios_console.c1
-rw-r--r--src/arch/i386/include/io.h1
-rw-r--r--src/arch/i386/include/realmode.h1
-rw-r--r--src/arch/i386/include/registers.h1
-rw-r--r--src/arch/i386/prefix/dskprefix.S2
6 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/i386/firmware/pcbios/bios.c b/src/arch/i386/firmware/pcbios/bios.c
index fcbe7f32..2fc4d877 100644
--- a/src/arch/i386/firmware/pcbios/bios.c
+++ b/src/arch/i386/firmware/pcbios/bios.c
@@ -5,7 +5,6 @@
#include "stdint.h"
#include "realmode.h"
-#include "compiler.h"
#define BIOS_DATA_SEG 0x0040
diff --git a/src/arch/i386/firmware/pcbios/bios_console.c b/src/arch/i386/firmware/pcbios/bios_console.c
index b0bee1ab..f6ea952f 100644
--- a/src/arch/i386/firmware/pcbios/bios_console.c
+++ b/src/arch/i386/firmware/pcbios/bios_console.c
@@ -3,7 +3,6 @@
* Body of routines taken from old pcbios.S
*/
-#include "compiler.h"
#include "realmode.h"
#include "console.h"
diff --git a/src/arch/i386/include/io.h b/src/arch/i386/include/io.h
index 5b6a6243..f2f67cbd 100644
--- a/src/arch/i386/include/io.h
+++ b/src/arch/i386/include/io.h
@@ -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]
diff --git a/src/arch/i386/include/realmode.h b/src/arch/i386/include/realmode.h
index d641869f..cd6fcfc7 100644
--- a/src/arch/i386/include/realmode.h
+++ b/src/arch/i386/include/realmode.h
@@ -4,7 +4,6 @@
#ifndef ASSEMBLY
#include "stdint.h"
-#include "compiler.h"
#include "registers.h"
#include "io.h"
diff --git a/src/arch/i386/include/registers.h b/src/arch/i386/include/registers.h
index 2e78d418..155fffbd 100644
--- a/src/arch/i386/include/registers.h
+++ b/src/arch/i386/include/registers.h
@@ -2,7 +2,6 @@
#define REGISTERS_H
#include "stdint.h"
-#include "compiler.h"
/* Basic 16-bit and 32-bit register types */
typedef union {
diff --git a/src/arch/i386/prefix/dskprefix.S b/src/arch/i386/prefix/dskprefix.S
index 7458e235..62b8f5ff 100644
--- a/src/arch/i386/prefix/dskprefix.S
+++ b/src/arch/i386/prefix/dskprefix.S
@@ -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.
*