Commit d88fa722 authored by Paul Mackerras's avatar Paul Mackerras

PPC32: remove the cpu argument to release_kernel_lock

parent 25addffe
...@@ -24,7 +24,7 @@ extern spinlock_t kernel_flag; ...@@ -24,7 +24,7 @@ extern spinlock_t kernel_flag;
/* /*
* Release global kernel lock and global interrupt lock * Release global kernel lock and global interrupt lock
*/ */
#define release_kernel_lock(task, cpu) \ #define release_kernel_lock(task) \
do { \ do { \
if (unlikely(task->lock_depth >= 0)) \ if (unlikely(task->lock_depth >= 0)) \
spin_unlock(&kernel_flag); \ spin_unlock(&kernel_flag); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment