cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/kernel/cpu/umc.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/kernel.h>
#include <asm/processor.h>
#include "cpu.h"

/*
 * UMC chips appear to be only either 386 or 486,
 * so no special init takes place.
 */


static const struct cpu_dev umc_cpu_dev = {
	.c_vendor	= "UMC",
	.c_ident	= { "UMC UMC UMC" },
	.legacy_models	= {
		{ .family = 4, .model_names =
		  {
			  [1] = "U5D",
			  [2] = "U5S",
                  }
		},
        },
	.c_x86_vendor	= X86_VENDOR_UMC,
};


cpu_dev_register(umc_cpu_dev);


Overall Contributors

PersonTokensPropCommitsCommitProp
Dave Jones4361.43%111.11%
Art Haas1014.29%111.11%
Yinghai Lu68.57%111.11%
Rusty Russell45.71%111.11%
Paolo Ciarrocchi22.86%111.11%
Jan Beulich22.86%222.22%
Thomas Petazzoni22.86%111.11%
Greg Kroah-Hartman11.43%111.11%
Total70100.00%9100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.