Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287405
b: refs/heads/master
c: 29bb5d4
h: refs/heads/master
i:
  287403: b966e30
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 8, 2012
1 parent b6e56a7 commit ebbe01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15f51136719699d7204eeeccd66849a4d90ae426
refs/heads/master: 29bb5d4fd3140a7d5d02d858118c74a45f15c296
1 change: 1 addition & 0 deletions trunk/drivers/base/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ int __cpuinit register_cpu(struct cpu *cpu, int num)
int error;

cpu->node_id = cpu_to_node(num);
memset(&cpu->dev, 0x00, sizeof(struct device));
cpu->dev.id = num;
cpu->dev.bus = &cpu_subsys;
cpu->dev.release = cpu_device_release;
Expand Down

0 comments on commit ebbe01a

Please sign in to comment.