1. 23 10月, 2008 2 次提交
  2. 23 9月, 2008 1 次提交
  3. 23 7月, 2008 1 次提交
    • V
      x86: consolidate header guards · 77ef50a5
      Vegard Nossum 提交于
      This patch is the result of an automatic script that consolidates the
      format of all the headers in include/asm-x86/.
      
      The format:
      
      1. No leading underscore. Names with leading underscores are reserved.
      2. Pathname components are separated by two underscores. So we can
         distinguish between mm_types.h and mm/types.h.
      3. Everything except letters and numbers are turned into single
         underscores.
      Signed-off-by: NVegard Nossum <vegard.nossum@gmail.com>
      77ef50a5
  4. 08 7月, 2008 1 次提交
  5. 03 6月, 2008 1 次提交
    • I
      x86 mpparse: build fix · 4c1cbafb
      Ingo Molnar 提交于
      fix this build bug:
      
       drivers/acpi/pci_irq.c: In function 'acpi_pci_irq_enable':
       drivers/acpi/pci_irq.c:574: error: implicit declaration of function 'mp_config_acpi_gsi'
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      4c1cbafb
  6. 17 4月, 2008 1 次提交
  7. 10 2月, 2008 1 次提交
    • H
      x86: fix sparse warnings in acpi/bus.c · 6697c052
      Harvey Harrison 提交于
      Add function definition and extern variables to asm-x86/acpi.h.
      
      All of these are used in bus.c in ifdef(CONFIG_X86) sections, so are
      only added to the x86 include headers.  boot.c already includes acpi.h
      so no changes are needed there.
      
      Fixes the following:
      arch/x86/kernel/acpi/boot.c:83:4: warning: symbol 'acpi_sci_flags' was not declared. Should it be static?
      arch/x86/kernel/acpi/boot.c:84:5: warning: symbol 'acpi_sci_override_gsi' was not declared. Should it be static?
      arch/x86/kernel/acpi/boot.c:421:13: warning: symbol 'acpi_pic_sci_set_trigger' was not declared. Should it be static?
      Signed-off-by: NHarvey Harrison <harvey.harrison@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      6697c052
  8. 30 1月, 2008 3 次提交
  9. 27 11月, 2007 1 次提交
  10. 11 10月, 2007 1 次提交