lkml.org 
[lkml]   [2007]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[irq: Remove set_native_irq_info] !CONFIG_SMP regression
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

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2007-02-27 00:03    [W:0.037 / U:1.492 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site