1. 24 Jul, 2008 1 commit
  2. 23 Jul, 2008 1 commit
  3. 22 Jul, 2008 3 commits
    • Suresh Siddha's avatar
      x64, apic: use generic apic_write() for ack_APIC_irq() · df1be437
      Suresh Siddha authored
      I tested tip/master and found an issue (patch attached)
      for x2apic support. This is not because of the recent merges we had, but
      because of something(where we still access memory based interface after
      enabling x2apic mode) that slipped through my earlier tests.
      
      Probably it is a good idea to unmap the memory mapped interface, once we switch
      to x2apic mode. That will catch the issues much earlier. I will
      post another patch for this.
      
      ack_APIC_irq() is used at too many generic places (and not just during
      irq_chip handling!) to use the native_apic_mem_write(). For ex, this will
      break x2apic based systems.
      
      Fix ack_APIC_irq() to use the generic apic_write() even for 64-bit.
      Signed-off-by: default avatarSuresh Siddha <suresh.b.siddha@intel.com>
      Cc: suresh.b.siddha@intel.com
      Cc: yong.y.wang@linux.intel.com
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      df1be437
    • Yinghai Lu's avatar
      x86: add apic probe for genapic 64bit, v2 · 1b9b89e7
      Yinghai Lu authored
      introducing an APIC handling probing abstraction:
      
       static struct genapic *apic_probe[] __initdata = {
      	&apic_x2apic_uv_x,
      	&apic_x2apic_phys,
      	&apic_x2apic_cluster,
      	&apic_physflat,
      	NULL,
       };
      
      This way we can remove UV, x2apic specific code from genapic_64.c and
      move them to their specific genapic files.
      
      [ v2: fix compiling when CONFIG_ACPI is not set ]
      Signed-off-by: default avatarYinghai Lu <yhlu.kernel@gmail.com>
      Cc: Jack Steiner <steiner@sgi.com>
      Cc: Suresh Siddha <suresh.b.siddha@intel.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      1b9b89e7
    • Ingo Molnar's avatar
      Merge branch 'linus' into x86/x2apic · 76c3bb15
      Ingo Molnar authored
      76c3bb15
  4. 21 Jul, 2008 35 commits