1. 17 5月, 2012 1 次提交
    • S
      tracing: Clean up tracing_mark_write() · 6edb2a8a
      Steven Rostedt 提交于
      On gcc 4.5 the function tracing_mark_write() would give a warning
      of page2 being uninitialized. This is due to a bug in gcc because
      the logic prevents page2 from being used uninitialized, and
      gcc 4.6+ does not complain (correctly).
      
      Instead of adding a "unitialized" around page2, which could show
      a bug later on, I combined page1 and page2 into an array map_pages[].
      This binds the two and the two are modified according to nr_pages
      (what gcc 4.5 seems to ignore). This no longer gives a warning with
      gcc 4.5 nor with gcc 4.6.
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      6edb2a8a
  2. 14 5月, 2012 2 次提交
  3. 13 5月, 2012 5 次提交
  4. 12 5月, 2012 2 次提交
  5. 11 5月, 2012 3 次提交
  6. 10 5月, 2012 1 次提交
  7. 09 5月, 2012 22 次提交
  8. 08 5月, 2012 4 次提交