On Wednesday 13 September 2006 09:33, Norikatsu Shigemura wrote: > On Mon, 11 Sep 2006 20:10:42 +0000 (UTC) > John Baldwin <[EMAIL PROTECTED]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
