cregit-Linux how code gets into the kernel

Release 4.14 arch/ia64/kernel/nr-irqs.c

Directory: arch/ia64/kernel
// SPDX-License-Identifier: GPL-2.0
/*
 * 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

PersonTokensPropCommitsCommitProp
Isaku Yamahata29100.00%1100.00%
Total29100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Isaku Yamahata4295.45%133.33%
Tony Luck12.27%133.33%
Greg Kroah-Hartman12.27%133.33%
Total44100.00%3100.00%
Directory: arch/ia64/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.