1. 12 8月, 2008 1 次提交
    • R
      x86, debug: tone down arch/x86/kernel/mpparse.c debugging printk · eeb0d7d1
      Rene Herman 提交于
      commit 11a62a05 turns some formerly
      nopped debugging printks in arch/x86/kernel/mppparse.c into regular
      ones. The one at the top of smp_scan_config() in particular also
      prints on !CONFIG_SMP/CONFIG_X86_LOCAL_APIC kernels and UP machines
      without anything resembling MP tables which makes their lowly UP
      owners wonder...
      
      Turn the former Dprintk()s into apic_printk()s instead meaning that
      their printing is dependent on passing the apic=verbose (or =debug)
      command line param.
      
      On 32-bit, "apic" is a __setup() param which isn't early enough
      for this code and therefore needs a followup changing it into an
      early_param(). On 64-bit, it already is.
      Signed-off-by: NRene Herman <rene.herman@gmail.com>
      Cc: Andrew Morton <akpm@osdl.org>
      Cc: Yinghai Lu <yhlu.kernel@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      eeb0d7d1
  2. 20 7月, 2008 2 次提交
  3. 11 7月, 2008 1 次提交
  4. 08 7月, 2008 6 次提交
  5. 10 6月, 2008 2 次提交
  6. 04 6月, 2008 1 次提交
  7. 03 6月, 2008 1 次提交
    • Y
      x86: update mptable · 2944e16b
      Yinghai Lu 提交于
      make mptable to be consistent with acpi routing, so we could:
      
      1. kexec kernel with acpi=off
      2. work around BIOSes where acpi routing is working, but mptable is
         not right, so can use kernel/kexec to start other OSes that don't have
         good acpi support.
      
      command line: update_mptable
      Signed-off-by: NYinghai Lu <yhlu.kernel@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      2944e16b
  8. 26 5月, 2008 1 次提交
    • T
      x86: fix mpparse fallout · 85cc35fa
      Thomas Gleixner 提交于
      UP builds with LOCAL_APIC=y and IO_APIC=n fail with a missing
      reference to mp_bus_not_pci. Distangle the mpparse code some more and
      move the ioapic specific bus check into a separate function.
      
      This code needs sume urgent un#ifdef surgery all over the place.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      85cc35fa
  9. 25 5月, 2008 11 次提交
  10. 05 5月, 2008 1 次提交
  11. 26 4月, 2008 4 次提交
  12. 17 4月, 2008 9 次提交