diff options
Diffstat (limited to 'arch/x86/cpu/start.S')
| -rw-r--r-- | arch/x86/cpu/start.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/cpu/start.S b/arch/x86/cpu/start.S index 7ccc076fe..6c84c43f0 100644 --- a/arch/x86/cpu/start.S +++ b/arch/x86/cpu/start.S @@ -66,7 +66,7 @@ _start:  	movw	%ax, %es  	movw	%ax, %ss -	/* Clear the interupt vectors */ +	/* Clear the interrupt vectors */  	lidt	blank_idt_ptr  	/* Early platform init (setup gpio, etc ) */ |