Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83390
b: refs/heads/master
c: 33b5f31
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 6, 2008
1 parent 0075d73 commit 8fff72e
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: 96c5865559cee0f9cbc5173f3c949f6ce3525581
refs/heads/master: 33b5f31bbc4d047d048d8635fccdab38ffe6c287
2 changes: 1 addition & 1 deletion trunk/drivers/base/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static SYSDEV_ATTR(crash_notes, 0400, show_crash_notes, NULL);
*
* Initialize and register the CPU device.
*/
int __devinit register_cpu(struct cpu *cpu, int num)
int __cpuinit register_cpu(struct cpu *cpu, int num)
{
int error;
cpu->node_id = cpu_to_node(num);
Expand Down

0 comments on commit 8fff72e

Please sign in to comment.