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

John Baldwin jhb at FreeBSD.org
Mon Sep 11 13:10:43 PDT 2006


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
  
  Revision  Changes    Path
  1.277     +4 -1      src/sys/amd64/amd64/mp_machdep.c
  1.270     +5 -1      src/sys/i386/i386/mp_machdep.c


More information about the cvs-all mailing list