cregit-Linux how code gets into the kernel

Release 4.14 arch/sparc/include/asm/cpu_type.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_CPU_TYPE_H

#define __ASM_CPU_TYPE_H

/*
 * Sparc (general) CPU types
 */

enum sparc_cpu {
  
sun4m       = 0x00,
  
sun4d       = 0x01,
  
sun4e       = 0x02,
  
sun4u       = 0x03, /* V8 ploos ploos */
  
sun_unknown = 0x04,
  
ap1000      = 0x05, /* almost a sun4m */
  
sparc_leon  = 0x06, /* Leon SoC */
};

#ifdef CONFIG_SPARC32
extern enum sparc_cpu sparc_cpu_model;


#define SUN4M_NCPUS            4              
/* Architectural limit of sun4m. */

#else


#define sparc_cpu_model sun4u

#endif

#endif /* __ASM_CPU_TYPE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
David Howells6088.24%133.33%
David S. Miller710.29%133.33%
Greg Kroah-Hartman11.47%133.33%
Total68100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.