cregit-Linux how code gets into the kernel

Release 4.14 arch/metag/kernel/asm-offsets.c

// SPDX-License-Identifier: GPL-2.0
/*
 * This program is used to generate definitions needed by
 * assembly language modules.
 *
 */

#include <linux/kbuild.h>
#include <linux/thread_info.h>


int main(void) { DEFINE(THREAD_INFO_SIZE, sizeof(struct thread_info)); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
James Hogan21100.00%1100.00%
Total21100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan2896.55%150.00%
Greg Kroah-Hartman13.45%150.00%
Total29100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.