Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2006 10:56:57 +0800
From:      David Xu <davidxu@freebsd.org>
To:        Peter Grehan <grehan@freebsd.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@freebsd.org
Subject:   Re: cvs commit: src/sys/powerpc/powerpc copyinout.c
Message-ID:  <453597F9.5060403@freebsd.org>
In-Reply-To: <4535915D.8010002@freebsd.org>
References:  <200610180209.k9I29kMa062324@repoman.freebsd.org> <4535915D.8010002@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Grehan wrote:
>>   Attempt to fix compiling problem.
> 
> 
>  Not quite there, you need to add:
> 
> <       (void) atomic_cmpset_32(p, old, new);
> ---
>  >       (void) atomic_cmpset_32((volatile uint32_t *)p, old, new);
> 
>  I'm waiting for PR amd64/102996 to be fixed before putting powerpc into 
> the universe target since 64-bit build hosts don't currently work :( 
> That should help resolve some of these type of issues.
> 
>  David O'Brien, did you have any objection to the proposed solution in 
> amd64/102996 ??
> 
> later,
> 
> Peter.
> 
> 

Yes, it will be very helpful if we can cross-compile powerpc binary on
AMD64.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?453597F9.5060403>