eNET: General code cleanup

This commit is contained in:
Graeme Russ
2011-02-12 15:11:48 +11:00
parent c083e4bab1
commit cfbe861506
3 changed files with 126 additions and 183 deletions

View File

@@ -29,10 +29,3 @@ early_board_init:
/* No 32-bit board specific initialisation */
jmp early_board_init_ret
.globl cpu_halt_asm
cpu_halt_asm:
movb $0x0f, %al
movw $LED_LATCH_ADDRESS, %dx
outb %al, %dx
hlt
jmp cpu_halt_asm