1. 17 7月, 2008 2 次提交
  2. 14 7月, 2008 16 次提交
  3. 08 7月, 2008 1 次提交
  4. 10 6月, 2008 1 次提交
  5. 30 5月, 2008 1 次提交
  6. 15 5月, 2008 1 次提交
  7. 12 5月, 2008 1 次提交
    • H
      types: s390: fix #ifdef reversal in <asm-s390/types.h> · 2ccdcfee
      H. Peter Anvin 提交于
      The #ifdef for the integer types was reversed; the standard pattern in
      these files are:
      
      #ifndef __s390x__
      /* 32-bit code */
      #else
      /* 64-bit code */
      #endif
      
      Stick with the original pattern, but make sure the 32-bit code
      actually comes first!
      
      Reported by Al Viro.
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      2ccdcfee
  8. 07 5月, 2008 3 次提交
  9. 03 5月, 2008 1 次提交
  10. 30 4月, 2008 10 次提交
  11. 29 4月, 2008 3 次提交