1. 22 4月, 2014 2 次提交
  2. 04 3月, 2014 1 次提交
  3. 21 2月, 2014 1 次提交
  4. 16 1月, 2014 1 次提交
  5. 28 11月, 2013 2 次提交
  6. 25 9月, 2013 2 次提交
  7. 29 7月, 2013 4 次提交
  8. 21 6月, 2013 6 次提交
  9. 17 6月, 2013 2 次提交
  10. 21 5月, 2013 1 次提交
  11. 02 4月, 2013 7 次提交
  12. 08 3月, 2013 5 次提交
  13. 08 1月, 2013 5 次提交
  14. 26 9月, 2012 1 次提交
    • H
      s390/sysinfo,stsi: change return code handling · caf757c6
      Heiko Carstens 提交于
      Change return code handling of the stsi() function:
      
      In case function code 0 was specified the return value is the
      current configuration level (already shifted). That way all
      the code that actually copied the stsi_0() function can go
      away.
      
      Otherwise the return value is 0 (success) or negative to
      indicate an error (currently only -EOPNOTSUPP).
      
      Also stsi() is no longer an inline function. The function is
      not performance critical, but every caller would generate an
      exception table entry for this function.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      caf757c6