/* * calculate * NR_IRQS = max(IA64_NATIVE_NR_IRQS, XEN_NR_IRQS, FOO_NR_IRQS...) * depending on config. * This must be calculated before processing asm-offset.c. */ #define ASM_OFFSETS_C 1 #include <linux/kbuild.h> #include <linux/threads.h> #include <asm/native/irq.h>
void foo(void) { union paravirt_nr_irqs_max { char ia64_native_nr_irqs[IA64_NATIVE_NR_IRQS]; }; DEFINE(NR_IRQS, sizeof (union paravirt_nr_irqs_max)); }Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| isaku yamahata | isaku yamahata | 29 | 100.00% | 1 | 100.00% |
| Total | 29 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| isaku yamahata | isaku yamahata | 42 | 97.67% | 1 | 50.00% |
| tony luck | tony luck | 1 | 2.33% | 1 | 50.00% |
| Total | 43 | 100.00% | 2 | 100.00% |