Please pull from 'for_paulus' branch

Kumar Gala galak at kernel.crashing.org
Thu May 17 22:58:25 EST 2007


On May 17, 2007, at 7:05 AM, Segher Boessenkool wrote:

>>> -	.comm	next_slot,4
>>> -	.comm	primary_pteg_full,4
>>> -	.comm	htab_hash_searches,4
>>> +	.section .bss
>>> +	.align	2
>>> +next_slot:
>>> +	.space	4
>>> +primary_pteg_full:
>>> +	.space	4
>>> +htab_hash_searches:
>>> +	.space	4
>>> +	.previous
>
> Looks like it is missing some .globl?

Yep, on ARCH=powerpc we don't have the ppc_htab.c code so this didn't  
show up.  Odd, I swore I built an ARCH=ppc kernel.  Its now fixed in  
my tree.

- k



More information about the Linuxppc-dev mailing list