Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2011 03:22:16 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/powerpc/aim mmu_oea64.c
Message-ID:  <201106040322.p543MTLd046860@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

nwhitehorn    2011-06-04 03:22:16 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/aim      mmu_oea64.c 
  Log:
  SVN rev 222666 on 2011-06-04 03:22:16Z by nwhitehorn
  
  Fix a typo derived from a mismerge from mmu_oea that would cause
  pmap_sync_icache() to sync random (possibly uncached or nonexisting!)
  memory, causing kernel page faults or machine checks, most easily
  triggered by using GDB. While here, add an additional safeguard to only
  sync cacheable memory.
  
  MFC after:      2 days
  
  Revision  Changes    Path
  1.60      +2 -2      src/sys/powerpc/aim/mmu_oea64.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106040322.p543MTLd046860>