Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136567
b: refs/heads/master
c: 1b1bcb3
h: refs/heads/master
i:
  136565: 574d8df
  136563: 3842603
  136559: be60382
v: v3
  • Loading branch information
Ingo Molnar committed Jan 28, 2009
1 parent 5c38858 commit b2ce67c
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: 82daea6b0890f739be1ad4ab1c1b922b1555582e
refs/heads/master: 1b1bcb3ff4e4934d949574cec90679219ace5412
3 changes: 0 additions & 3 deletions trunk/arch/x86/include/asm/numaq/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ static inline const cpumask_t *target_cpus(void)
#define NO_BALANCE_IRQ (1)
#define esr_disable (1)

#define NUMAQ_IRQ_DELIVERY_MODE dest_LowestPrio
#define NUMAQ_IRQ_DEST_MODE 0 /* physical delivery on LOCAL quad */

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

.irq_delivery_mode = NUMAQ_IRQ_DELIVERY_MODE,
.irq_dest_mode = NUMAQ_IRQ_DEST_MODE,
.irq_delivery_mode = dest_LowestPrio,
/* physical delivery on LOCAL quad: */
.irq_dest_mode = 0,

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

0 comments on commit b2ce67c

Please sign in to comment.