From 40e106aa39dfdb614c977d6d9936d7ecb3e7a8a4 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Sun, 10 Apr 2011 11:01:52 +0200 Subject: [PATCH] --- yaml --- r: 245413 b: refs/heads/master c: 770767787c23040dc152e7ae230597ff55b39470 h: refs/heads/master i: 245411: c922b1b424b2fea7ea9281b9226490c11524a4a7 v: v3 --- [refs] | 2 +- trunk/include/linux/irqdesc.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5e63870fcdca..1b19ab51fb91 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee430599bf63c13ee521a352f562a4281cba5e61 +refs/heads/master: 770767787c23040dc152e7ae230597ff55b39470 diff --git a/trunk/include/linux/irqdesc.h b/trunk/include/linux/irqdesc.h index 8e1dc8ea5471..c70b1aa4b93a 100644 --- a/trunk/include/linux/irqdesc.h +++ b/trunk/include/linux/irqdesc.h @@ -16,7 +16,8 @@ struct timer_rand_state; * @irq_data: per irq and chip data passed down to chip functions * @timer_rand_state: pointer to timer rand state struct * @kstat_irqs: irq stats per cpu - * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()] + * @handle_irq: highlevel irq-events handler + * @preflow_handler: handler called before the flow handler (currently used by sparc) * @action: the irq action chain * @status: status information * @core_internal_state__do_not_mess_with_it: core internal status information @@ -26,6 +27,7 @@ struct timer_rand_state; * @last_unhandled: aging timer for unhandled count * @irqs_unhandled: stats field for spurious unhandled interrupts * @lock: locking for SMP + * @affinity_hint: hint to user space for preferred irq affinity * @affinity_notify: context for notification of affinity changes * @pending_mask: pending rebalanced interrupts * @threads_oneshot: bitfield to handle shared oneshot threads