1. 02 11月, 2014 2 次提交
  2. 29 10月, 2014 1 次提交
  3. 26 10月, 2014 1 次提交
  4. 25 10月, 2014 3 次提交
  5. 18 2月, 2014 5 次提交
  6. 17 5月, 2012 2 次提交
  7. 05 3月, 2012 1 次提交
    • P
      BUG: headers with BUG/BUG_ON etc. need linux/bug.h · 187f1882
      Paul Gortmaker 提交于
      If a header file is making use of BUG, BUG_ON, BUILD_BUG_ON, or any
      other BUG variant in a static inline (i.e. not in a #define) then
      that header really should be including <linux/bug.h> and not just
      expecting it to be implicitly present.
      
      We can make this change risk-free, since if the files using these
      headers didn't have exposure to linux/bug.h already, they would have
      been causing compile failures/warnings.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      187f1882
  8. 31 3月, 2011 1 次提交
  9. 06 11月, 2009 6 次提交
  10. 20 8月, 2009 1 次提交