[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] reformatting cleanup for xen.lds.S
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID 9da2cd61822e0946a9458590a33b726193db80da # Parent 6fec75ff8acfab250807e6726afbc12508e449ae [IA64] reformatting cleanup for xen.lds.S Minor reformatting changes to make xen.lds.S 80-column usable, in accordance with Linux coding style. Signed-off-by: Al Stone <ahs3@xxxxxxxxx> --- xen/arch/ia64/xen/xen.lds.S | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff -r 6fec75ff8acf -r 9da2cd61822e xen/arch/ia64/xen/xen.lds.S --- a/xen/arch/ia64/xen/xen.lds.S Mon Aug 14 13:43:31 2006 -0600 +++ b/xen/arch/ia64/xen/xen.lds.S Mon Aug 14 13:46:05 2006 -0600 @@ -169,7 +169,9 @@ SECTIONS *(.data.gate) __stop_gate_section = .; } - . = ALIGN(PAGE_SIZE); /* make sure the gate page doesn't expose kernel data */ + . = ALIGN(PAGE_SIZE); /* make sure the gate page doesn't expose + * kernel data + */ .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET) { *(.data.cacheline_aligned) } @@ -184,7 +186,9 @@ SECTIONS *(.data.percpu) __per_cpu_end = .; } - . = __phys_per_cpu_start + PERCPU_PAGE_SIZE; /* ensure percpu data fits into percpu page size */ + . = __phys_per_cpu_start + PERCPU_PAGE_SIZE; /* ensure percpu data fits + * into percpu page size + */ data : { } :data .data : AT(ADDR(.data) - LOAD_OFFSET) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |