]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clean up all places in exception.S that fiddle with 'pcpup' directly. We now
authorneel <neel@FreeBSD.org>
Thu, 4 Feb 2010 05:25:59 +0000 (05:25 +0000)
committerneel <neel@FreeBSD.org>
Thu, 4 Feb 2010 05:25:59 +0000 (05:25 +0000)
commit61210c7a07793536b2b947b74140da7ff00affda
tree876499f16477fa6aa69827dff685727439fc92cc
parentcf0ea252380bf48b846d0207b56b8176d78a6541
Clean up all places in exception.S that fiddle with 'pcpup' directly. We now
use the GET_CPU_PCPU() macro exclusively.

This isolates the users of pcpu data from its implementation details.

Reviewed by: imp
sys/mips/mips/exception.S