---------- Forwarded message ----------
Date: Fri, 25 Jun 1999 01:39:34 -0500
From: Alan Cox <al...@cs.rice.edu>
To: Luoqi Chen <luo...@watermarkgroup.com>
Cc: dys...@iquest.net, jul...@whistle.com
Subject: Re: Call to arms..-SMP
_cpl is a problem. I noticed this because performance
went to hell. John, have you thought about this before?
Can/should _cpl be a per-processor variable?
MPLOCKED incl _cnt+V_SYSCALL
ECPL_LOCK
#ifdef CPL_AND_CML
movl $SWI_AST_MASK,_cml
#else
movl $SWI_AST_MASK,_cpl
#endif
ECPL_UNLOCK
call _syscall
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message