mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [irq: Remove set_native_irq_info] !CONFIG_SMP regression
@ 2007-02-26 22:59 Simon Arlott
  2007-02-26 23:50 ` Eric W. Biederman
  2007-02-27  7:27 ` [PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilation Eric W. Biederman
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Arlott @ 2007-02-26 22:59 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: ebiederm

[-- Attachment #1: Type: text/plain, Size: 936 bytes --]

9f0a5ba5508143731dc63235de19659be20d26dc is first bad commit
commit 9f0a5ba5508143731dc63235de19659be20d26dc
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Fri Feb 23 04:13:55 2007 -0700

    [PATCH] irq: Remove set_native_irq_info

    This patch replaces all instances of "set_native_irq_info(irq, mask)"
    with "irq_desc[irq].affinity = mask".  The latter form is clearer
    uses fewer abstractions, and makes access to this field uniform
    accross different architectures.



arch/i386/kernel/io_apic.c: In function `setup_IO_APIC_irqs':
arch/i386/kernel/io_apic.c:1357: error: structure has no member named `affinity'
arch/i386/kernel/io_apic.c: In function `io_apic_set_pci_routing':
arch/i386/kernel/io_apic.c:2878: error: structure has no member named `affinity'


The original version was an empty function if !CONFIG_SMP, struct irq_desc only has 'affinity' on SMP.

-- 
Simon Arlott


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 829 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-26 22:59 [irq: Remove set_native_irq_info] !CONFIG_SMP regression Simon Arlott
2007-02-26 23:50 ` Eric W. Biederman
2007-02-27  7:27 ` [PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilation 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

Powered by JetHome