Go to the documentation of this file.
6 #define KMSG_COMPONENT "cpu"
7 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
9 #include <linux/kernel.h>
17 #include <asm/param.h>
34 memset(idle, 0,
sizeof(*idle));
42 static const char *hwcap_str[] = {
43 "esan3",
"zarch",
"stfle",
"msa",
"ldisp",
"eimm",
"dfp",
44 "edat",
"etf3eh",
"highgprs",
"te"
46 unsigned long n = (
unsigned long) v - 1;
53 "bogomips per cpu: %lu.%02lu\n",
68 "identification = %06X, "
78 return *pos <
nr_cpu_ids ? (
void *)((
unsigned long) *pos + 1) :
NULL;
81 static void *c_next(
struct seq_file *m,
void *v, loff_t *pos)
87 static void c_stop(
struct seq_file *m,
void *v)