Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 13:17:19 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/include trap.h src/sys/sparc64/sparc64 machdep.c trap.c
Message-ID:  <200903191317.n2JDHZqs061505@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2009-03-19 13:17:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/sparc64/include  trap.h 
    sys/sparc64/sparc64  machdep.c trap.c 
  Log:
  SVN rev 190041 on 2009-03-19 13:17:19Z by marius
  
  MFC: r182773
  
  Use the PROM provided SUNW,set-trap-table to take over the trap
  table. This is required in order to set obp-control-relinquished
  within the PROM, allowing to safely read the OFW translations node.
  Without this, f.e. a `ofwdump -ap` triggers a fatal reset error or
  worse things on machines based on USIII and beyond.
  In theory this should allow to remove touching %tba in cpu_setregs(),
  in practice we seem to currently face a chicken and egg problem when
  doing so however.
  
  Revision   Changes    Path
  1.12.2.1   +1 -0      src/sys/sparc64/include/trap.h
  1.138.2.8  +10 -0     src/sys/sparc64/sparc64/machdep.c
  1.88.2.5   +24 -0     src/sys/sparc64/sparc64/trap.c



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