Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2010 16:21:47 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/powerpc/aim copyinout.c trap.c
Message-ID:  <201011042107.oA4L7kqm020677@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2010-11-03 16:21:47 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/aim      copyinout.c trap.c 
  Log:
  SVN rev 214749 on 2010-11-03 16:21:47Z by nwhitehorn
  
  Fix two mistakes on 32-bit systems. The slbmte code in syscall() is 64-bit
  only, and should be protected with an ifdef, and the no-execute bit in
  32-bit set_user_sr() should be set before the comparison, not after, or
  it will never match.
  
  Revision  Changes    Path
  1.24      +3 -3      src/sys/powerpc/aim/copyinout.c
  1.89      +2 -0      src/sys/powerpc/aim/trap.c



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