瀏覽代碼

x86: Misc cleanups

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Graeme Russ 13 年之前
父節點
當前提交
2f0e0cd246
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      arch/x86/cpu/start.S

+ 3 - 2
arch/x86/cpu/start.S

@@ -48,7 +48,7 @@ _x86boot_start:
 	cli
 	cld
 
-	/* Turn of cache (this might require a 486-class CPU) */
+	/* Turn off cache (this might require a 486-class CPU) */
 	movl	%cr0, %eax
 	orl	$(X86_CR0_NW | X86_CR0_CD), %eax
 	movl	%eax, %cr0
@@ -122,7 +122,8 @@ relocate_code:
 	/* Jump to in-RAM copy of board_init_r() */
 	call	*%ebp
 
-die:	hlt
+die:
+	hlt
 	jmp	die
 	hlt