1. 11 3月, 2013 5 次提交
  2. 01 3月, 2013 1 次提交
    • L
      Fix mis-merge of intel_powerclamp.c resulting in compile error · 19cc90f5
      Linus Torvalds 提交于
      The new intel_powerclamp thermal cooling device driver was merged in
      commit 2af78448 (Pull thermal management updates from Zhang Rui)
      without any data conflicts.  But there was a more subtle conflict I
      missed: the driver uses MAX_USER_RT_PRIO, but commit 8bd75c77
      ("sched/rt: Move rt specific bits into new header file") had moved that
      define from <linux/sched.h> to <linux/sched/rt.h>.
      
      Which caused this build failure:
      
        drivers/thermal/intel_powerclamp.c: In function ‘clamp_thread’:
        drivers/thermal/intel_powerclamp.c:360:21: error: ‘MAX_USER_RT_PRIO’ undeclared (first use in this function)
        drivers/thermal/intel_powerclamp.c:360:21: note: each undeclared identifier is reported only once for each function it appears in
      
      And because I don't do a full "make allmodconfig" build after each pull,
      I didn't notice until too late.  So now the fix is here, separately from
      the merge commit.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      19cc90f5
  3. 28 2月, 2013 1 次提交
  4. 22 2月, 2013 2 次提交
  5. 08 2月, 2013 6 次提交
  6. 06 2月, 2013 13 次提交
  7. 26 1月, 2013 1 次提交
  8. 17 1月, 2013 1 次提交
  9. 16 1月, 2013 3 次提交
  10. 04 1月, 2013 7 次提交