1. 16 Sep, 2010 1 commit
    • Heiko Carstens's avatar
      sched: Remove branch hints within context_switch() · 31915ab4
      Heiko Carstens authored
      With 710390d9 "sched: Optimize branch hint in context_switch()"
      the branch hint logic within context_switch() got inversed.
      
      In fact the hints "if (likely(!mm))" and "if (likely(!prev->mm))"
      mean that it is likely that the previous and next task are kernel
      threads.
      
      That assumption is certainly counter intuitive, but Tim has shown
      that at least with his workload this is true. Nevertheless the
      truth is: it depends on the current workload. So just remove the
      annotations which also improves readability.
      Reported-by: default avatarTim Blechmann <tim@klingt.org>
      Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Mike Galbraith <efault@gmx.de>
      LKML-Reference: <20100916124225.GA2209@osiris.boeblingen.de.ibm.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      31915ab4
  2. 14 Sep, 2010 1 commit
  3. 13 Sep, 2010 1 commit
    • Dave Young's avatar
      sched: Remove unused PF_ALIGNWARN flag · 637bbdc5
      Dave Young authored
      PF_ALIGNWARN is not implemented and it is for 486 as the
      comment.
      
      It is not likely someone will implement this flag feature.
      So here remove this flag and leave the valuable 0x00000001 for
      future use.
      Signed-off-by: default avatarDave Young <hidave.darkstar@gmail.com>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      LKML-Reference: <20100913121903.GB22238@darkstar>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      637bbdc5
  4. 09 Sep, 2010 4 commits
  5. 08 Sep, 2010 1 commit
  6. 29 Aug, 2010 3 commits
  7. 28 Aug, 2010 28 commits
  8. 27 Aug, 2010 1 commit