cvs commit: src/sys/arm/arm trap.c

Olivier Houchard cognet at FreeBSD.org
Thu Jun 16 13:21:52 GMT 2005


cognet      2005-06-16 13:21:52 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          trap.c 
  Log:
  Don't pass the kernel_pmap to pmap_fault_fixup() if the fault comes from
  kernel mode, always use the curthread pmap instead. There are valid cases
  were we can fault on a user address from the kernel without pcb_onfault
  being set.
  
  Approved by:    re (blanket)
  
  Revision  Changes    Path
  1.16      +2 -2      src/sys/arm/arm/trap.c


More information about the cvs-src mailing list