瀏覽代碼

compiler.h is now always included on the command line.

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
e44e5c7247

+ 0
- 1
src/arch/i386/firmware/pcbios/bios.c 查看文件

@@ -5,7 +5,6 @@
5 5
 
6 6
 #include "stdint.h"
7 7
 #include "realmode.h"
8
-#include "compiler.h"
9 8
 
10 9
 #define BIOS_DATA_SEG 0x0040
11 10
 

+ 0
- 1
src/arch/i386/firmware/pcbios/bios_console.c 查看文件

@@ -3,7 +3,6 @@
3 3
  * Body of routines taken from old pcbios.S
4 4
  */
5 5
 
6
-#include "compiler.h"
7 6
 #include "realmode.h"
8 7
 #include "console.h"
9 8
 

+ 0
- 1
src/arch/i386/include/io.h 查看文件

@@ -1,7 +1,6 @@
1 1
 #ifndef	ETHERBOOT_IO_H
2 2
 #define ETHERBOOT_IO_H
3 3
 
4
-#include "compiler.h"
5 4
 #include "virtaddr.h"
6 5
 
7 6
 /* virt_to_bus converts an addresss inside of etherboot [_start, _end]

+ 0
- 1
src/arch/i386/include/realmode.h 查看文件

@@ -4,7 +4,6 @@
4 4
 #ifndef ASSEMBLY
5 5
 
6 6
 #include "stdint.h"
7
-#include "compiler.h"
8 7
 #include "registers.h"
9 8
 #include "io.h"
10 9
 

+ 0
- 1
src/arch/i386/include/registers.h 查看文件

@@ -2,7 +2,6 @@
2 2
 #define REGISTERS_H
3 3
 
4 4
 #include "stdint.h"
5
-#include "compiler.h"
6 5
 
7 6
 /* Basic 16-bit and 32-bit register types */
8 7
 typedef union {

+ 0
- 2
src/arch/i386/prefix/dskprefix.S 查看文件

@@ -1,5 +1,3 @@
1
-#include "compiler.h"
2
-
3 1
 /* NOTE: this boot sector contains instructions that need at least an 80186.
4 2
  * Yes, as86 has a bug somewhere in the valid instruction set checks.
5 3
  *

Loading…
取消
儲存