1. 08 2月, 2006 1 次提交
  2. 13 1月, 2006 2 次提交
  3. 11 1月, 2006 3 次提交
  4. 10 1月, 2006 2 次提交
  5. 09 1月, 2006 1 次提交
  6. 07 1月, 2006 3 次提交
  7. 04 1月, 2006 1 次提交
  8. 14 11月, 2005 2 次提交
  9. 08 11月, 2005 2 次提交
  10. 02 11月, 2005 12 次提交
  11. 31 10月, 2005 3 次提交
  12. 22 9月, 2005 1 次提交
    • P
      [PATCH] Remove unused var from asm/futex.h · 676067cf
      Paolo 'Blaisorblade' Giarrusso 提交于
      As recently done by Russell King for ARM, commit
      4732efbe introduces a generic asm/futex.h copied
      along most arches, which includes a "-ENOSYS support" to be changed if needed.
      However, it includes an unused var (taken from the "real" version) which GCC
      warns about.
      
      Remove it from all arches having that file version (i.e. same GIT id).
      $ git-diff-tree -r HEAD
      and
      $ git-ls-tree  -r HEAD include/|grep 9feff4ce1424bc390608326240be369eb13aa648
      
      may be more interesting than looking at the patch itself, to make sure I've
      just copied the arm header to all other archs having the original dummy version
      of this file.
      
      Cc: Jakub Jelinek <jakub@redhat.com>
      Signed-off-by: NPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      676067cf
  13. 13 9月, 2005 4 次提交
  14. 12 9月, 2005 3 次提交