Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108956
b: refs/heads/master
c: 3e97239
h: refs/heads/master
v: v3
  • Loading branch information
Josef 'Jeff' Sipek authored and Martin Schwidefsky committed Aug 21, 2008
1 parent a9817a2 commit 660d35e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0983e56835cbf4796e8f5780c549c32ac1c3afac
refs/heads/master: 3e972394f9ee1511e5fdbcf50ac7d79e9cf563bd
4 changes: 3 additions & 1 deletion trunk/arch/s390/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ unsigned long thread_saved_pc(struct task_struct *tsk)
return sf->gprs[8];
}

DEFINE_PER_CPU(struct s390_idle_data, s390_idle);
DEFINE_PER_CPU(struct s390_idle_data, s390_idle) = {
.lock = __SPIN_LOCK_UNLOCKED(s390_idle.lock)
};

static int s390_idle_enter(void)
{
Expand Down

0 comments on commit 660d35e

Please sign in to comment.