From e52666931a3e34895b3f3b92641de9774ab722ec Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Tue, 23 Mar 2004 21:28:05 +0000 Subject: Doxidization, reformat git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/lib/cpu_reset.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/i386') diff --git a/src/arch/i386/lib/cpu_reset.inc b/src/arch/i386/lib/cpu_reset.inc index c7c05e2198..fcddd6b027 100644 --- a/src/arch/i386/lib/cpu_reset.inc +++ b/src/arch/i386/lib/cpu_reset.inc @@ -1,6 +1,9 @@ +/* -*- asm -*- */ + jmp cpu_reset_out __cpu_reset: + /* set the boot_complete flag */ movl $0xffffffff, %ebp jmp __main -- cgit v1.2.3