diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:45 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:45 -0400 |
| commit | 96ae6ea0be1b902c28b3b463c27da42b41e2b63a (patch) | |
| tree | fbc18761d4fa93d7b0f6dbf3496289fa32bd363a /arch/i386/boot/code16gcc.h | |
| parent | 0530bf37cebcf22a73652937c2340bc1ebd92000 (diff) | |
i386: move boot
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/boot/code16gcc.h')
| -rw-r--r-- | arch/i386/boot/code16gcc.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/i386/boot/code16gcc.h b/arch/i386/boot/code16gcc.h deleted file mode 100644 index d93e48010b61..000000000000 --- a/arch/i386/boot/code16gcc.h +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * code16gcc.h | ||
| 3 | * | ||
| 4 | * This file is -include'd when compiling 16-bit C code. | ||
| 5 | * Note: this asm() needs to be emitted before gcc emits any code. | ||
| 6 | * Depending on gcc version, this requires -fno-unit-at-a-time or | ||
| 7 | * -fno-toplevel-reorder. | ||
| 8 | * | ||
| 9 | * Hopefully gcc will eventually have a real -m16 option so we can | ||
| 10 | * drop this hack long term. | ||
| 11 | */ | ||
| 12 | |||
| 13 | #ifndef __ASSEMBLY__ | ||
| 14 | asm(".code16gcc"); | ||
| 15 | #endif | ||
