1. 16 9月, 2009 2 次提交
  2. 01 9月, 2009 2 次提交
    • T
      x86: apic namespace cleanup · e11dadab
      Thomas Gleixner 提交于
      boot_cpu_physical_apicid is a global variable and used as function
      argument as well. Rename the function arguments to avoid confusion.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      e11dadab
    • T
      x86: Distangle ioapic and i8259 · bc07844a
      Thomas Gleixner 提交于
      The proposed Moorestown support patches use an extra feature flag
      mechanism to make the ioapic work w/o an i8259. There is a much
      simpler solution.
      
      Most i8259 specific functions are already called dependend on the irq
      number less than NR_IRQS_LEGACY. Replacing that constant by a
      read_mostly variable which can be set to 0 by the platform setup code
      allows us to achieve the same without any special feature flags.
      
      That trivial change allows us to proceed with MRST w/o doing a full
      blown overhaul of the ioapic code which would delay MRST unduly.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      bc07844a
  3. 31 8月, 2009 23 次提交
  4. 27 8月, 2009 13 次提交