1. 08 7月, 2008 6 次提交
  2. 03 7月, 2008 1 次提交
  3. 18 6月, 2008 4 次提交
    • P
      x86: coding style fixes to x86/kernel/cpu/cpufreq/cpufreq-nforce2.c · 219835f1
      Paolo Ciarrocchi 提交于
      Before:
      total: 22 errors, 8 warnings, 440 lines checked
      
      After:
      total: 0 errors, 8 warnings, 442 lines checked
      
      paolo@paolo-desktop:~/linux.trees.git$ md5sum /tmp/cpufreq-nforce2.o.*
      3d4330a5d188fe904446e5948a618b48  /tmp/cpufreq-nforce2.o.after
      1477e6b0dcd6f59b1fb6b4490042eca6  /tmp/cpufreq-nforce2.o.before
      ^^^ I guess this is because I fixed a few "do not initialise statics to 0 or NULL"
      
      paolo@paolo-desktop:~/linux.trees.git$ size /tmp/cpufreq-nforce2.o.*
         text    data     bss     dec     hex filename
         1923      72      16    2011     7db /tmp/cpufreq-nforce2.o.after
         1923      72      16    2011     7db /tmp/cpufreq-nforce2.o.before
      Signed-off-by: NPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      219835f1
    • P
      x86: coding style fixes to arch/x86/kernel/cpu/mcheck/k7.c · 5175676a
      Paolo Ciarrocchi 提交于
      Before:
      total: 6 errors, 13 warnings, 105 lines checked
      
      After:
      total: 0 errors, 0 warnings, 105 lines checked
      
      paolo@paolo-desktop:~/linux.trees.git$ size /tmp/k7*
         text    data     bss     dec     hex filename
         1135       0       0    1135     46f /tmp/k7.o.after
         1135       0       0    1135     46f /tmp/k7.o.before
      
      paolo@paolo-desktop:~/linux.trees.git$ md5sum /tmp/k7*
      87b14954045aa37dbaee6fb7e022ed9a  /tmp/k7.o.after
      87b14954045aa37dbaee6fb7e022ed9a  /tmp/k7.o.before
      Signed-off-by: NPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      5175676a
    • P
      x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p4.c · fe94ae99
      Paolo Ciarrocchi 提交于
      Before:
      total: 16 errors, 34 warnings, 257 lines checked
      
      After:
      total: 0 errors, 2 warnings, 257 lines checked
      
      No changes in the compiled code:
      
      paolo@paolo-desktop:~/linux.trees.git$ size /tmp/p4*
         text    data     bss     dec     hex filename
         2644       4       4    2652     a5c /tmp/p4.o.after
         2644       4       4    2652     a5c /tmp/p4.o.before
      
      paolo@paolo-desktop:~/linux.trees.git$ md5sum /tmp/p4*
      13f1b21c4246b31a28aaff38184586ca  /tmp/p4.o.after
      13f1b21c4246b31a28aaff38184586ca  /tmp/p4.o.before
      Signed-off-by: NPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      fe94ae99
    • D
      x86: correctly report NR_BANKS in mce_64.c · b4b3bd96
      Daniel Rahn 提交于
      attached is a no-brainer that makes kernel correctly report
      NR_BANKS for MCE. We are right now limited to NR_BANKS==6, but the
      error message will use the available number of banks instead of the
      defined maximum.
      
      For a Nehalem based system it will print:
      
      "MCE: warning: using only 9 banks"
      
      while the correct message would be
      
      "MCE: warning: using only 6 banks"
      Signed-off-by: NPavel Machek <pavel@suse.cz>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      b4b3bd96
  4. 12 6月, 2008 3 次提交
  5. 10 6月, 2008 3 次提交
  6. 05 6月, 2008 1 次提交
  7. 04 6月, 2008 1 次提交
  8. 02 6月, 2008 2 次提交
  9. 31 5月, 2008 5 次提交
  10. 25 5月, 2008 10 次提交
  11. 23 5月, 2008 1 次提交
  12. 20 5月, 2008 2 次提交
  13. 13 5月, 2008 1 次提交