mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* RE: [PATCH 09/14] x86_64 irq: Begin consolidating per_irq data in structures.
@ 2007-02-27 21:28 Lu, Yinghai
  2007-02-28  6:27 ` Eric W. Biederman
  0 siblings, 1 reply; 3+ messages in thread
From: Lu, Yinghai @ 2007-02-27 21:28 UTC (permalink / raw)
  To: ebiederm, Andrew Morton
  Cc: linux-kernel, Zwane Mwaikambo, Ashok Raj, Ingo Molnar,
	Natalie Protasevich, Andi Kleen, Siddha, Suresh B,
	Linus Torvalds


-----Original Message-----
From: ebiederm@xmission.com [mailto:ebiederm@xmission.com] 
Sent: Friday, February 23, 2007 3:33 AM

>+struct irq_cfg {
>+	cpumask_t domain;
>+	u8 vector;
>+};
>+
>+/* irq_cfg is indexed by the sum of all RTEs in all I/O APICs. */
>+struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = {
>+	[0] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 0 },
>+	[1] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 1 },
>+	[2] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 2 },
>+	[3] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 3 },
>+	[4] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 4 },
>+	[5] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 5 },
>+	[6] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 6 },
>+	[7] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 7 },
>+	[8] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 8 },
>+	[9] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 9 },
>+	[10] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 10 },
>+	[11] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 11 },
>+	[12] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 12 },
>+	[13] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 13 },
>+	[14] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 14 },
>+	[15] = { .domain = CPU_MASK_ALL, .vector = FIRST_EXTERNAL_VECTOR
+ 15 },
>+};
>+
> static int assign_irq_vector(int irq, cpumask_t mask, cpumask_t
*result);

Why not use

IRQ0_VECTOR... IRQ15_VECTOR here. 

YH



^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <200701221116.13154.luigi.genoni@pirelli.com>]

end of thread, other threads:[~2007-02-28  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-27 21:28 [PATCH 09/14] x86_64 irq: Begin consolidating per_irq data in structures Lu, Yinghai
2007-02-28  6:27 ` Eric W. Biederman
     [not found] <200701221116.13154.luigi.genoni@pirelli.com>
2007-02-08 11:48 ` [PATCH 2/2] x86_64 irq: Handle irqs pending in IRR during irq migration Eric W. Biederman
2007-02-08 20:19   ` Eric W. Biederman
2007-02-09  6:40     ` Eric W. Biederman
2007-02-10 23:52       ` What are the real ioapic rte programming constraints? Eric W. Biederman
2007-02-11  5:57         ` Zwane Mwaikambo
2007-02-11 10:20           ` Eric W. Biederman
2007-02-11 16:16             ` Zwane Mwaikambo
2007-02-11 22:01               ` Eric W. Biederman
2007-02-12  1:05                 ` Zwane Mwaikambo
2007-02-12  4:51                   ` Eric W. Biederman
2007-02-23 10:51                     ` Conclusions from my investigation about ioapic programming Eric W. Biederman
2007-02-23 11:10                       ` [PATCH 0/14] x86_64 irq related fixes and cleanups Eric W. Biederman
2007-02-23 11:11                         ` [PATCH 01/14] x86_64 irq: Simplfy __assign_irq_vector Eric W. Biederman
2007-02-23 11:13                           ` [PATCH 02/14] irq: Remove set_native_irq_info Eric W. Biederman
2007-02-23 11:15                             ` [PATCH 03/14] x86_64 irq: Kill declaration of removed array, interrupt Eric W. Biederman
2007-02-23 11:16                               ` [PATCH 04/14] x86_64 irq: Remove the unused vector parameter from ioapic_register_intr Eric W. Biederman
2007-02-23 11:19                                 ` [PATCH 05/14] x86_64 irq: Refactor setup_IO_APIC_irq Eric W. Biederman
2007-02-23 11:20                                   ` [PATCH 06/14] x86_64 irq: Simplfiy the set_affinity logic Eric W. Biederman
2007-02-23 11:23                                     ` [PATCH 07/14] x86_64 irq: In __DO_ACTION perform the FINAL action for every entry Eric W. Biederman
2007-02-23 11:26                                       ` [PATCH 08/14] x86_64 irq: Use NR_IRQS not NR_IRQ_VECTORS Eric W. Biederman
2007-02-23 11:32                                         ` [PATCH 09/14] x86_64 irq: Begin consolidating per_irq data in structures Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®