Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136566
b: refs/heads/master
c: 82daea6
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 28, 2009
1 parent 574d8df commit 5c38858
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dcafa4a8c95ce063cbae0a5e61632bc3c4924e66
refs/heads/master: 82daea6b0890f739be1ad4ab1c1b922b1555582e
3 changes: 0 additions & 3 deletions trunk/arch/x86/include/asm/summit/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ static inline const cpumask_t *target_cpus(void)
return &cpumask_of_cpu(0);
}

#define SUMMIT_IRQ_DELIVERY_MODE (dest_LowestPrio)
#define SUMMIT_IRQ_DEST_MODE 1 /* logical delivery broadcast to all procs */

static inline unsigned long check_apicid_used(physid_mask_t bitmap, int apicid)
{
return 0;
Expand Down
5 changes: 3 additions & 2 deletions trunk/arch/x86/mach-generic/summit.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ struct genapic apic_summit = {
.acpi_madt_oem_check = summit_acpi_madt_oem_check,
.apic_id_registered = summit_apic_id_registered,

.irq_delivery_mode = SUMMIT_IRQ_DELIVERY_MODE,
.irq_dest_mode = SUMMIT_IRQ_DEST_MODE,
.irq_delivery_mode = dest_LowestPrio,
/* logical delivery broadcast to all CPUs: */
.irq_dest_mode = 1,

.target_cpus = target_cpus,
.ESR_DISABLE = esr_disable,
Expand Down

0 comments on commit 5c38858

Please sign in to comment.