Doxidization, reformat
[coreboot.git] / src / arch / i386 / lib / cpu_reset.inc
1 /* -*- asm -*- */
2
3 jmp cpu_reset_out
4
5 __cpu_reset:
6         /* set the boot_complete flag */
7         movl    $0xffffffff, %ebp
8         jmp     __main
9
10 cpu_reset_out:
11
12