Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26747
b: refs/heads/master
c: 9d494cc
h: refs/heads/master
i:
  26745: 96d04ca
  26743: a8a5c6a
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 16, 2006
1 parent d37593f commit 5764cda
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: 478922c2b3c4ec8844ff2dec7eb1eba6f89a10ee
refs/heads/master: 9d494ccb9ca297f80dc61a0d6357e88c86f44e92
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ void free_thread_info(struct thread_info *thread)
struct thread_info_list *th = &get_cpu_var(thread_info_list);
if (th->nr < EXTRA_TASK_STRUCT) {
unsigned long *p = (unsigned long *)thread;
p[0] = th->head;
p[0] = (unsigned long)th->head;
th->head = p;
th->nr += 1;
put_cpu_var(thread_info_list);
Expand Down

0 comments on commit 5764cda

Please sign in to comment.