Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 523
b: refs/heads/master
c: e1ed81a
h: refs/heads/master
i:
  521: 270998a
  519: f0a750c
v: v3
  • Loading branch information
Tony Luck committed Apr 25, 2005
1 parent 2e021ef commit 0f43157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24eeb568aeeaee771b9f0a6fd6f5d01040a887da
refs/heads/master: e1ed81ab7a34fc0f92f2e200825bdb6d86d6c8ef
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,13 +512,13 @@ show_cpuinfo (struct seq_file *m, void *v)
c->itc_freq / 1000000, c->itc_freq % 1000000,
lpj*HZ/500000, (lpj*HZ/5000) % 100);
#ifdef CONFIG_SMP
seq_printf(m, "siblings : %u\n", c->num_log);
if (c->threads_per_core > 1 || c->cores_per_socket > 1)
seq_printf(m,
"physical id: %u\n"
"core id : %u\n"
"thread id : %u\n",
c->socket_id, c->core_id, c->thread_id);
seq_printf(m, "siblings : %u\n", c->num_log);
#endif
seq_printf(m,"\n");

Expand Down

0 comments on commit 0f43157

Please sign in to comment.