Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/sys/arch/sparc/sparc



"Andrew Doran" writes:
> Module Name:	src
> Committed By:	ad
> Date:		Sat Mar 14 13:34:44 UTC 2020
> 
> Modified Files:
> 	src/sys/arch/sparc/sparc: intr.c
> 
> Log Message:
> sparc cpu_intr_p(): try to work around l_cpu not being set early on by
> using curcpu().

ah, good idea.  this will involve one fewer deref, curcpu()
is mapped at a fixed address, so it might even be faster now
than it used to be.


.mrg.


Home | Main Index | Thread Index | Old Index