]> err.no Git - linux-2.6/blob - arch/x86/kernel/cpu/proc.c
x86: show apicid for cpu in proc
[linux-2.6] / arch / x86 / kernel / cpu / proc.c
1 #include <linux/smp.h>
2 #include <linux/timex.h>
3 #include <linux/string.h>
4 #include <asm/semaphore.h>
5 #include <linux/seq_file.h>
6 #include <linux/cpufreq.h>
7
8 /*
9  *      Get CPU information for use by the procfs.
10  */
11 #ifdef CONFIG_X86_32
12 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c,
13                               unsigned int cpu)
14 {
15 #ifdef CONFIG_X86_HT
16         if (c->x86_max_cores * smp_num_siblings > 1) {
17                 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id);
18                 seq_printf(m, "siblings\t: %d\n",
19                            cpus_weight(per_cpu(cpu_core_map, cpu)));
20                 seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id);
21                 seq_printf(m, "cpu cores\t: %d\n", c->booted_cores);
22         }
23 #endif
24 }
25
26 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c)
27 {
28         /*
29          * We use exception 16 if we have hardware math and we've either seen
30          * it or the CPU claims it is internal
31          */
32         int fpu_exception = c->hard_math && (ignore_fpu_irq || cpu_has_fpu);
33         seq_printf(m,
34                    "fdiv_bug\t: %s\n"
35                    "hlt_bug\t\t: %s\n"
36                    "f00f_bug\t: %s\n"
37                    "coma_bug\t: %s\n"
38                    "fpu\t\t: %s\n"
39                    "fpu_exception\t: %s\n"
40                    "cpuid level\t: %d\n"
41                    "wp\t\t: %s\n",
42                    c->fdiv_bug ? "yes" : "no",
43                    c->hlt_works_ok ? "no" : "yes",
44                    c->f00f_bug ? "yes" : "no",
45                    c->coma_bug ? "yes" : "no",
46                    c->hard_math ? "yes" : "no",
47                    fpu_exception ? "yes" : "no",
48                    c->cpuid_level,
49                    c->wp_works_ok ? "yes" : "no");
50 }
51 #else
52 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c,
53                               unsigned int cpu)
54 {
55 #ifdef CONFIG_SMP
56         if (c->x86_max_cores * smp_num_siblings > 1) {
57                 seq_printf(m, "physical id\t: %d\n", c->phys_proc_id);
58                 seq_printf(m, "siblings\t: %d\n",
59                            cpus_weight(per_cpu(cpu_core_map, cpu)));
60                 seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id);
61                 seq_printf(m, "cpu cores\t: %d\n", c->booted_cores);
62                 seq_printf(m, "apicid\t\t: %d\n", c->apicid);
63         }
64 #endif
65 }
66
67 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c)
68 {
69         seq_printf(m,
70                    "fpu\t\t: yes\n"
71                    "fpu_exception\t: yes\n"
72                    "cpuid level\t: %d\n"
73                    "wp\t\t: yes\n",
74                    c->cpuid_level);
75 }
76 #endif
77
78 static int show_cpuinfo(struct seq_file *m, void *v)
79 {
80         struct cpuinfo_x86 *c = v;
81         unsigned int cpu = 0;
82         int i;
83
84 #ifdef CONFIG_SMP
85         cpu = c->cpu_index;
86 #endif
87         seq_printf(m, "processor\t: %u\n"
88                    "vendor_id\t: %s\n"
89                    "cpu family\t: %d\n"
90                    "model\t\t: %u\n"
91                    "model name\t: %s\n",
92                    cpu,
93                    c->x86_vendor_id[0] ? c->x86_vendor_id : "unknown",
94                    c->x86,
95                    c->x86_model,
96                    c->x86_model_id[0] ? c->x86_model_id : "unknown");
97
98         if (c->x86_mask || c->cpuid_level >= 0)
99                 seq_printf(m, "stepping\t: %d\n", c->x86_mask);
100         else
101                 seq_printf(m, "stepping\t: unknown\n");
102
103         if (cpu_has(c, X86_FEATURE_TSC)) {
104                 unsigned int freq = cpufreq_quick_get(cpu);
105
106                 if (!freq)
107                         freq = cpu_khz;
108                 seq_printf(m, "cpu MHz\t\t: %u.%03u\n",
109                            freq / 1000, (freq % 1000));
110         }
111
112         /* Cache size */
113         if (c->x86_cache_size >= 0)
114                 seq_printf(m, "cache size\t: %d KB\n", c->x86_cache_size);
115
116         show_cpuinfo_core(m, c, cpu);
117         show_cpuinfo_misc(m, c);
118
119         seq_printf(m, "flags\t\t:");
120         for (i = 0; i < 32*NCAPINTS; i++)
121                 if (cpu_has(c, i) && x86_cap_flags[i] != NULL)
122                         seq_printf(m, " %s", x86_cap_flags[i]);
123
124         seq_printf(m, "\nbogomips\t: %lu.%02lu\n",
125                    c->loops_per_jiffy/(500000/HZ),
126                    (c->loops_per_jiffy/(5000/HZ)) % 100);
127
128 #ifdef CONFIG_X86_64
129         if (c->x86_tlbsize > 0)
130                 seq_printf(m, "TLB size\t: %d 4K pages\n", c->x86_tlbsize);
131 #endif
132         seq_printf(m, "clflush size\t: %u\n", c->x86_clflush_size);
133 #ifdef CONFIG_X86_64
134         seq_printf(m, "cache_alignment\t: %d\n", c->x86_cache_alignment);
135         seq_printf(m, "address sizes\t: %u bits physical, %u bits virtual\n",
136                    c->x86_phys_bits, c->x86_virt_bits);
137 #endif
138
139         seq_printf(m, "power management:");
140         for (i = 0; i < 32; i++) {
141                 if (c->x86_power & (1 << i)) {
142                         if (i < ARRAY_SIZE(x86_power_flags) &&
143                             x86_power_flags[i])
144                                 seq_printf(m, "%s%s",
145                                            x86_power_flags[i][0]?" ":"",
146                                            x86_power_flags[i]);
147                         else
148                                 seq_printf(m, " [%d]", i);
149                 }
150         }
151
152         seq_printf(m, "\n\n");
153
154         return 0;
155 }
156
157 static void *c_start(struct seq_file *m, loff_t *pos)
158 {
159         if (*pos == 0)  /* just in case, cpu 0 is not the first */
160                 *pos = first_cpu(cpu_online_map);
161         if ((*pos) < NR_CPUS && cpu_online(*pos))
162                 return &cpu_data(*pos);
163         return NULL;
164 }
165
166 static void *c_next(struct seq_file *m, void *v, loff_t *pos)
167 {
168         *pos = next_cpu(*pos, cpu_online_map);
169         return c_start(m, pos);
170 }
171
172 static void c_stop(struct seq_file *m, void *v)
173 {
174 }
175
176 const struct seq_operations cpuinfo_op = {
177         .start  = c_start,
178         .next   = c_next,
179         .stop   = c_stop,
180         .show   = show_cpuinfo,
181 };