On Tue, 25 Apr 2000, Bruce Evans wrote:
> > Given that this is a change in splxxx() I suspect that it breaks
> > most modules, but probably not all modules. A quick grep -l spl * | wc
>
> Given that this is a change in the splxxx() implementation, it breaks
> zero modules.
>
> splxxx() was changed from an inline function to an ordinary function
> when SMP development started, to give the same ABI for the SMP case as
> for the non-SMP case. This gives the same ABI for different SMP
> implementations as a side effect.
simple_lock* functions has breakage too. They defined as macros
for non-SMP case and as functions for SMP.
--
Boris Popov
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- Re: SMP changes and breaking kld object module comp... Richard Wackerbarth
- Re: SMP changes and breaking kld object module comp... Jeroen C. van Gelderen
- Re: SMP changes and breaking kld object module comp... Richard Wackerbarth
- Re: SMP changes and breaking kld object module comp... Kenneth Wayne Culver
- Re: SMP changes and breaking kld object module comp... Richard Wackerbarth
- Re: SMP changes and breaking kld object module comp... Jacques A . Vidrine
- Re: SMP changes and breaking kld object module comp... Rodney W. Grimes
- Re: SMP changes and breaking kld object module comp... Jordan K. Hubbard
- Re: SMP changes and breaking kld object module comp... Rodney W. Grimes
- Re: SMP changes and breaking kld object module comp... Bruce Evans
- Re: SMP changes and breaking kld object module comp... Boris Popov
- Re: SMP changes and breaking kld object module comp... Bruce Evans
- Re: SMP changes and breaking kld object module comp... Jake Burkholder
- Re: SMP changes and breaking kld object module comp... Doug Rabson
- Re: SMP changes and breaking kld object module comp... Jake Burkholder
- Re: SMP changes and breaking kld object module comp... Doug Rabson
- Re: SMP changes and breaking kld object module comp... Boris Popov
- Re: SMP changes and breaking kld object module comp... Matthew Dillon
- Re: SMP changes and breaking kld object module comp... Matthew Dillon
- Re: SMP changes and breaking kld object module comp... Alfred Perlstein
- Re: SMP changes and breaking kld object module comp... Richard Wackerbarth
