Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2010 03:39:10 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/sibyte sb_machdep.c
Message-ID:  <201001260339.o0Q3dKJq072195@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
neel        2010-01-26 03:39:10 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/sibyte      sb_machdep.c 
  Log:
  SVN rev 203000 on 2010-01-26 03:39:10Z by neel
  
  Install the XTLB exception handler for Sibyte processors.
  
  This is a workaround for the fact that the CFE is compiled as a 64-bit
  application and therefore sets the SR_KX bit every time we call into
  it (for e.g. console).
  
  A TLB miss for any address above 0xc0000000 with the SR_KX bit set will
  end up at the XTLB exception vector. We workaround this by copying the
  standard TLB handler at the XTLB exception vector.
  
  Approved by: imp (mentor)
  
  Revision  Changes    Path
  1.4       +24 -0     src/sys/mips/sibyte/sb_machdep.c



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