Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2702 → Rev 2703

/trunk/kernel/arch/amd64/src/smp/ap.S
1,5 → 1,5
#
# Copyright (c) 2001-2004 Jakub Jermar
# Copyright (c) 2008 Jakub Jermar
# Copyright (c) 2005-2006 Martin Decky
# All rights reserved.
#
45,8 → 45,8
.global unmapped_ap_boot
 
# This piece of code is real-mode and is meant to be alligned at 4K boundary.
# The requirement for such an alignment comes from MP Specification's STARTUP IPI
# requirements.
# The requirement for such an alignment comes from MP Specification's STARTUP
# IPI requirements.
 
.align 4096
unmapped_ap_boot:
107,7 → 107,6
#ifdef CONFIG_SMP
 
.global unmapped_ap_gdtr
 
unmapped_ap_gdtr:
.word 0
.long 0