1. 15 Mar, 2011 1 commit
  2. 11 Mar, 2011 2 commits
  3. 28 Feb, 2011 1 commit
  4. 25 Feb, 2011 1 commit
    • Thomas Gleixner's avatar
      x86: dt: Cleanup local apic setup · a906fdaa
      Thomas Gleixner authored
      Up to now we force enable the local apic in the devicetree setup
      uncoditionally and set smp_found_config unconditionally to 1 when a
      devicetree blob is available. This breaks, when local apic is disabled
      in the Kconfig.
      
      Make it consistent by initializing device tree explicitely before
      smp_get_config() so a non lapic configuration could be used as well.
      To be functional that would require to implement PIT as an interrupt
      host, but the only user of this code until now is ce4100 which
      requires apics to be available. So we leave this up to those who need
      it.
      Tested-by: default avatarSebastian Siewior <bigeasy@linutronix.de>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      a906fdaa
  5. 24 Feb, 2011 1 commit
  6. 23 Feb, 2011 34 commits