Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136569
b: refs/heads/master
c: 38bd77a
h: refs/heads/master
i:
  136567: b2ce67c
v: v3
  • Loading branch information
Ingo Molnar committed Jan 28, 2009
1 parent 11d2b77 commit e64498c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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: d8a3539e64f8e27b0ab5bb7e7ba3b8f34b739224
refs/heads/master: 38bd77a6c35168b03b65f7438cdcc1257d550924
2 changes: 0 additions & 2 deletions trunk/arch/x86/include/asm/es7000/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ static inline const cpumask_t *target_cpus(void)
#define NO_BALANCE_IRQ_CLUSTER (1)

#define APIC_DFR_VALUE (APIC_DFR_FLAT)
#define ES7000_IRQ_DELIVERY_MODE (dest_Fixed)
#define ES7000_IRQ_DEST_MODE (0) /* phys delivery to target procs */
#define NO_BALANCE_IRQ (0)
#undef APIC_DEST_LOGICAL
#define APIC_DEST_LOGICAL 0x0
Expand Down
5 changes: 3 additions & 2 deletions trunk/arch/x86/mach-generic/es7000.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ struct genapic apic_es7000 = {
.acpi_madt_oem_check = es7000_acpi_madt_oem_check,
.apic_id_registered = es7000_apic_id_registered,

.irq_delivery_mode = ES7000_IRQ_DELIVERY_MODE,
.irq_dest_mode = ES7000_IRQ_DEST_MODE,
.irq_delivery_mode = dest_Fixed,
/* phys delivery to target CPUs: */
.irq_dest_mode = 0,

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

0 comments on commit e64498c

Please sign in to comment.