1. Nov 26, 2008
    • Hannes Eder's avatar
      x86: microcode: fix sparse warnings · 4db646b1
      Hannes Eder authored
      
      
      Impact: make global variables and a function static
      
      Fix following sparse warnings:
      
        arch/x86/kernel/microcode_core.c:102:22: warning: symbol
        'microcode_ops' was not declared. Should it be static?
        arch/x86/kernel/microcode_core.c:206:24: warning: symbol
        'microcode_pdev' was not declared. Should it be static?
        arch/x86/kernel/microcode_core.c:322:6: warning: symbol
        'microcode_update_cpu' was not declared. Should it be static?
        arch/x86/kernel/microcode_intel.c:468:22: warning: symbol
        'microcode_intel_ops' was not declared. Should it be static?
      
      Signed-off-by: default avatarHannes Eder <hannes@hanneseder.net>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      4db646b1
  2. Nov 25, 2008
  3. Nov 24, 2008
  4. Nov 21, 2008
  5. Nov 20, 2008