Please pull powerpc.git for_paulus branch (fwd)

Andreas Schwab schwab at suse.de
Mon May 28 21:00:50 EST 2007


Kumar Gala <galak at kernel.crashing.org> writes:

> diff --git a/arch/ppc/kernel/entry.S b/arch/ppc/kernel/entry.S
> index ab64256..fba7ca1 100644
> --- a/arch/ppc/kernel/entry.S
> +++ b/arch/ppc/kernel/entry.S
> @@ -596,7 +596,11 @@ fast_exception_return:
>  	mr	r12,r4		/* restart at exc_exit_restart */
>  	b	2b
>
> -	.comm	fee_restarts,4
> +	.section .bss
> +	.align	2
> +fee_restarts:
> +	.space	4
> +	.previous

This is equivalent to .lcomm.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab at suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Linuxppc-dev mailing list