aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/cpu_reset.inc
blob: fcddd6b0279c1f8e67535eb74e49bf988db14ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- asm -*- */

jmp cpu_reset_out

__cpu_reset:
	/* set the boot_complete flag */
	movl	$0xffffffff, %ebp
	jmp	__main

cpu_reset_out: