aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/cpu_reset.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/lib/cpu_reset.inc')
-rw-r--r--src/arch/i386/lib/cpu_reset.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/arch/i386/lib/cpu_reset.inc b/src/arch/i386/lib/cpu_reset.inc
deleted file mode 100644
index fcddd6b027..0000000000
--- a/src/arch/i386/lib/cpu_reset.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-/* -*- asm -*- */
-
-jmp cpu_reset_out
-
-__cpu_reset:
- /* set the boot_complete flag */
- movl $0xffffffff, %ebp
- jmp __main
-
-cpu_reset_out:
-
-