<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/ia64, branch v2.6.39-rc2</title>
<subtitle>Linux Kernel (branches are rebased on master from time to time)</subtitle>
<id>https://sre.ring0.de/linux/atom?h=v2.6.39-rc2</id>
<link rel='self' href='https://sre.ring0.de/linux/atom?h=v2.6.39-rc2'/>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/'/>
<updated>2011-04-01T17:56:03Z</updated>
<entry>
<title>[IA64] fix build warning: argument 1 of 'irqd_irq_disabled'</title>
<updated>2011-04-01T17:56:03Z</updated>
<author>
<name>Tony Luck</name>
<email>tony.luck@intel.com</email>
</author>
<published>2011-04-01T17:56:03Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=4275f4c8f7589bcac55d880529f58dac39815c95'/>
<id>urn:sha1:4275f4c8f7589bcac55d880529f58dac39815c95</id>
<content type='text'>
In commit f5e5bf088bd3d30990efb7429aaf9f1e5134ffd6
  ia64: Use irqd_irq_disabled() instead of desc-&gt;status access

Thomas forgot to convert from irq to *irq_data.

Add a call to irq_get_irq_data() to fix that.

Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;
</content>
</entry>
<entry>
<title>[IA64] Fix build breakage - sn_force_interrupt_flag: undefined</title>
<updated>2011-03-30T00:22:23Z</updated>
<author>
<name>Tony Luck</name>
<email>tony.luck@intel.com</email>
</author>
<published>2011-03-30T00:22:23Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=5e42d10adcf717e0cf10ae5da4998d5b74889db0'/>
<id>urn:sha1:5e42d10adcf717e0cf10ae5da4998d5b74889db0</id>
<content type='text'>
Latest irq changes removed the need for this forcing flag, and the
definition - but missed the code that allowed it to be tweaked via
/proc.  Delete accessor functions too.

Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;
</content>
</entry>
<entry>
<title>ia64: Remove redundant declaration of irq_desc[]</title>
<updated>2011-03-29T12:48:05Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-03-28T11:50:08Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=a749f8a547d4a18cf8d6c521832eb36e13114a70'/>
<id>urn:sha1:a749f8a547d4a18cf8d6c521832eb36e13114a70</id>
<content type='text'>
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>ia64: Convert to the new irq_* function names</title>
<updated>2011-03-29T12:48:05Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-03-25T20:06:09Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=53c909c96ade613b5b485fadf7c3b833b3fd0bc7'/>
<id>urn:sha1:53c909c96ade613b5b485fadf7c3b833b3fd0bc7</id>
<content type='text'>
Scripted with coccinelle.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>ia64: Use generic show_interrupts()</title>
<updated>2011-03-29T12:48:05Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-03-25T20:04:38Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=e3d781227808d12a5d5228028bf01de3e3824f69'/>
<id>urn:sha1:e3d781227808d12a5d5228028bf01de3e3824f69</id>
<content type='text'>
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>ia64: Use irqd_irq_disabled() instead of desc-&gt;status access</title>
<updated>2011-03-29T12:48:04Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-03-25T19:50:49Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=f5e5bf088bd3d30990efb7429aaf9f1e5134ffd6'/>
<id>urn:sha1:f5e5bf088bd3d30990efb7429aaf9f1e5134ffd6</id>
<content type='text'>
Remove the last open coded access to irq_desc.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>ia64: sn: Use irqd_mark_affinity_set() helper</title>
<updated>2011-03-29T12:48:04Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-03-25T19:43:34Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=33776b009a45c8e921c47ea2d8304104677ee778'/>
<id>urn:sha1:33776b009a45c8e921c47ea2d8304104677ee778</id>
<content type='text'>
irq_desc-&gt;status is going to be restricted. Provide a helper to set
that information in irq_data, where it belongs.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>ia64: msi: Use irq_move_irq()</title>
<updated>2011-03-29T12:48:04Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-03-25T19:36:55Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=97499b2ed7ce80cb03e9f513f9f552f833501fbe'/>
<id>urn:sha1:97499b2ed7ce80cb03e9f513f9f552f833501fbe</id>
<content type='text'>
This replaces the old move_native_irq() function which is going away.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>ia64: sn: Use irq_move_irq()</title>
<updated>2011-03-29T12:48:04Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-03-25T19:35:17Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=b5f0149626ebca4e5f8dd465d335d1b05f28608b'/>
<id>urn:sha1:b5f0149626ebca4e5f8dd465d335d1b05f28608b</id>
<content type='text'>
This replaces the old move_native_irq() function which is going away.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>ia64: iosapic: Use new irq_move_* functions</title>
<updated>2011-03-29T12:48:03Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-03-25T19:30:53Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=91ce72e08047190291777ec56598118225910203'/>
<id>urn:sha1:91ce72e08047190291777ec56598118225910203</id>
<content type='text'>
The current functions are going away.

Also use the accessor for pending setaffinity in irq_data instead of
the open coded irq_desc access.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
</feed>
