1. 17 8月, 2007 5 次提交
  2. 10 8月, 2007 2 次提交
  3. 03 8月, 2007 2 次提交
  4. 01 8月, 2007 2 次提交
    • L
      Fix WARN_ON() on bitfield ops · 8d4fbcfb
      Linus Torvalds 提交于
      Alexey Dobriyan noticed that the new WARN_ON() semantics that were
      introduced by commit 684f9783 (to also
      return the value to be warned on) didn't compile when given a bitfield,
      because the typeof doesn't work for bitfields.
      
      So instead of the typeof trick, use an "int" variable together with a
      "!!(x)" expression, as suggested by Al Viro.
      
      To make matters more interesting, Paul Mackerras points out that that is
      sub-optimal on Power, but the old asm-coded comparison seems to be buggy
      anyway on 32-bit Power if the conditional was 64-bit, so I think there
      are more problems there.
      
      Regardless, the new WARN_ON() semantics may have been a bad idea.  But
      this at least avoids the more serious complications.
      
      Cc: Alexey Dobriyan <adobriyan@sw.ru>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Al Viro <viro@ftp.linux.org.uk>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Andrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8d4fbcfb
    • S
      remove unused TIF_NOTIFY_RESUME flag · a583f1b5
      Stephane Eranian 提交于
      Remove unused TIF_NOTIFY_RESUME flag for all processor architectures.  The
      flag was not used excecpt on IA-64 where the patch replaces it with
      TIF_PERFMON_WORK.
      Signed-off-by: Nstephane eranian <eranian@hpl.hp.com>
      Cc: <linux-arch@vger.kernel.org>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a583f1b5
  5. 27 7月, 2007 2 次提交
  6. 26 7月, 2007 3 次提交
  7. 24 7月, 2007 2 次提交
  8. 23 7月, 2007 3 次提交
  9. 22 7月, 2007 2 次提交
  10. 21 7月, 2007 10 次提交
  11. 20 7月, 2007 7 次提交