cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c

John Baldwin jhb at freebsd.org
Wed Sep 13 08:00:59 PDT 2006


On Wednesday 13 September 2006 09:33, Norikatsu Shigemura wrote:
> On Mon, 11 Sep 2006 20:10:42 +0000 (UTC)
> John Baldwin <jhb at freebsd.org> wrote:
> > jhb         2006-09-11 20:10:42 UTC
> >   FreeBSD src repository
> >   Modified files:
> >     sys/amd64/amd64      mp_machdep.c 
> >     sys/i386/i386        mp_machdep.c 
> >   Log:
> >   Actually hook up the IPI_INVLCACHE IDT vectors backing
> >   pmap_invalidate_cache() in the SMP case so pmap_mapdev() in multiuser
> >   doesn't panic with a trap 30.  I broke this many months ago when I
> >   added pmap_invalidate_cache() as early parts of the PAT work.
> >   Patience from:  jmg
> >   Pointy hat:     jhb
> 
> 	Cool!!!
> 	My radeon+smp problem was fixed!!  Thank you.

Yeah, this should fix all the 'trap 30' panics on SMP x86 when you kldload a 
driver.

-- 
John Baldwin


More information about the cvs-src mailing list