Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3242
b: refs/heads/master
c: fb69c39
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Lynch authored and Linus Torvalds committed Jun 25, 2005
1 parent 890242a commit 4a64699
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a9fa06c26f7b7914c8cdf4d309b74df3151cc227
refs/heads/master: fb69c3907ead36b9e9f41ea6f0d0e0ae10a38a47
2 changes: 2 additions & 0 deletions trunk/drivers/base/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ static ssize_t store_online(struct sys_device *dev, const char *buf,
ret = smp_prepare_cpu(cpu->sysdev.id);
if (!ret)
ret = cpu_up(cpu->sysdev.id);
if (!ret)
kobject_hotplug(&dev->kobj, KOBJ_ONLINE);
break;
default:
ret = -EINVAL;
Expand Down

0 comments on commit 4a64699

Please sign in to comment.