1. 09 8月, 2007 35 次提交
  2. 07 8月, 2007 1 次提交
  3. 04 8月, 2007 2 次提交
  4. 02 8月, 2007 2 次提交
    • I
      [PATCH] sched: reduce debug code · 6cfb0d5d
      Ingo Molnar 提交于
      move the rest of the debugging/instrumentation code to under
      CONFIG_SCHEDSTATS too. This reduces code size and speeds code up:
      
          text    data     bss     dec     hex filename
         33044    4122      28   37194    914a sched.o.before
         32708    4122      28   36858    8ffa sched.o.after
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      6cfb0d5d
    • I
      [PATCH] sched: use schedstat_set() API · 8179ca23
      Ingo Molnar 提交于
      make use of the new schedstat_set() API to eliminate two #ifdef sections.
      
      No functional changes:
      
          text    data     bss     dec     hex filename
         29009    4122      28   33159    8187 sched.o.before
         29009    4122      28   33159    8187 sched.o.after
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      8179ca23