diff options
Diffstat (limited to 'arch/x86/cpu/start.S')
| -rw-r--r-- | arch/x86/cpu/start.S | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/arch/x86/cpu/start.S b/arch/x86/cpu/start.S index e960e21f6..f38958456 100644 --- a/arch/x86/cpu/start.S +++ b/arch/x86/cpu/start.S @@ -113,9 +113,6 @@ car_init_ret:  	/* Set second parameter to setup_gdt */  	movl	%esp, %edx -	/* gd->gd_addr = gd (Required to allow gd->xyz to work) */ -	movl	%eax, (%eax) -  	/* Setup global descriptor table so gd->xyz works */  	call	setup_gdt @@ -171,9 +168,6 @@ board_init_f_r_trampoline:  	/* Set second parameter to setup_gdt */  	movl	%esp, %edx -	/* gd->gd_addr = gd (Required to allow gd->xyz to work) */ -	movl	%eax, (%eax) -  	/* Setup global descriptor table so gd->xyz works */  	call	setup_gdt |