Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 1996 10:26:20 +0800
From:      Peter Wemm <peter@spinner.dialix.com>
To:        Chris Csanady <ccsanady@friley216.res.iastate.edu>
Cc:        Steve Passe <smp@csn.net>, freebsd-smp@freefall.freebsd.org
Subject:   Re: SMP -current merge 
Message-ID:  <199611220226.KAA25749@spinner.DIALix.COM>
In-Reply-To: Your message of "Thu, 21 Nov 1996 19:33:42 CST." <199611220133.TAA06109@friley216.res.iastate.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Csanady wrote:
> 
> Just a thought, but what about the i586 optimized stuff?  It is now default,
> and I believe its all included even in the SMP case.  How about trying the
> old npx stuff?
> 
> --Chris Csanady

I changed all the "#ifdef I586_CPU" conditionals for the p5-only 
optimisations to "#if defined(I586_CPU) && !defined(SMP)" so that the p5 
uses the generic bcopy/bzero/copyin/copyout like the rest of the cpu's.

Cheers,
-Peter





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