Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217539
b: refs/heads/master
c: ca51c5a
h: refs/heads/master
i:
  217537: f53b779
  217535: 8c45f75
v: v3
  • Loading branch information
Rakib Mullick authored and Linus Torvalds committed Oct 26, 2010
1 parent 301bd90 commit 57d6e3c
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: 518de9b39e854542de59bfb8b9f61c8f7ecf808b
refs/heads/master: ca51c5a76345b28c6f1b742f9f5f0a6fc9afd9ca
2 changes: 1 addition & 1 deletion trunk/kernel/stop_machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static int cpu_stopper_thread(void *data)
cpu_stop_fn_t fn = work->fn;
void *arg = work->arg;
struct cpu_stop_done *done = work->done;
char ksym_buf[KSYM_NAME_LEN];
char ksym_buf[KSYM_NAME_LEN] __maybe_unused;

__set_current_state(TASK_RUNNING);

Expand Down

0 comments on commit 57d6e3c

Please sign in to comment.