1. 29 8月, 2012 7 次提交
  2. 28 8月, 2012 7 次提交
  3. 27 8月, 2012 15 次提交
  4. 24 8月, 2012 10 次提交
  5. 23 8月, 2012 1 次提交
    • M
      target-mips: Enable access to required RDHWR hardware registers · 94159135
      Meador Inge 提交于
      While running in the usermode emulator all of the required*
      MIPS32r2 RDHWR hardware registers should be accessible (the
      Linux kernel enables access to these same registers).  Note
      that these registers are still enabled when the MIPS ISA is
      not release 2.  This is OK since the Linux kernel emulates
      access to them when they are not available in hardware.
      
      * There is also the ULR register which is only recommended
        for full release 2 compliance.  Incidentally, accessing
        this register in the current implementation works fine
        without flipping its access bit.
      Signed-off-by: NMeador Inge <meadori@codesourcery.com>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      94159135