1. 16 7月, 2008 2 次提交
  2. 14 7月, 2008 1 次提交
    • Y
      x86: get x86_phys_bits early · 87a1c441
      Yinghai Lu 提交于
      when try to make hpet_enable use io_remap instead fixmap got
      
      ioremap: invalid physical address fed00000
      ------------[ cut here ]------------
      WARNING: at arch/x86/mm/ioremap.c:161 __ioremap_caller+0x8c/0x2f3()
      Modules linked in:
      Pid: 0, comm: swapper Not tainted 2.6.26-rc9-tip-01873-ga9827e7-dirty #358
      
      Call Trace:
       [<ffffffff8026615e>] warn_on_slowpath+0x6c/0xa7
       [<ffffffff802e2313>] ? __slab_alloc+0x20a/0x3fb
       [<ffffffff802d85c5>] ? mpol_new+0x88/0x17d
       [<ffffffff8022a4f4>] ? mcount_call+0x5/0x31
       [<ffffffff8022a4f4>] ? mcount_call+0x5/0x31
       [<ffffffff8024b0d2>] __ioremap_caller+0x8c/0x2f3
       [<ffffffff80e86dbd>] ? hpet_enable+0x39/0x241
       [<ffffffff8022a4f4>] ? mcount_call+0x5/0x31
       [<ffffffff8024b466>] ioremap_nocache+0x2a/0x40
       [<ffffffff80e86dbd>] hpet_enable+0x39/0x241
       [<ffffffff80e7a1f6>] hpet_time_init+0x21/0x4e
       [<ffffffff80e730e9>] start_kernel+0x302/0x395
       [<ffffffff80e722aa>] x86_64_start_reservations+0xb9/0xd4
       [<ffffffff80e722fe>] ? x86_64_init_pda+0x39/0x4f
       [<ffffffff80e72400>] x86_64_start_kernel+0xec/0x107
      
      ---[ end trace a7919e7f17c0a725 ]---
      
      it seems for amd system that is set later...
      try to move setting early in early_identify_cpu.
      and remove same code for intel and centaur.
      Signed-off-by: NYinghai Lu <yhlu.kernel@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      87a1c441
  3. 13 7月, 2008 2 次提交
  4. 11 7月, 2008 2 次提交
  5. 08 7月, 2008 11 次提交
  6. 03 7月, 2008 2 次提交
  7. 26 6月, 2008 2 次提交
  8. 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
  9. 12 6月, 2008 3 次提交
  10. 10 6月, 2008 3 次提交
  11. 05 6月, 2008 1 次提交
  12. 04 6月, 2008 1 次提交
  13. 02 6月, 2008 2 次提交
  14. 31 5月, 2008 4 次提交