Skip to content

Commit

Permalink
sparc-apc: BKL pushdown
Browse files Browse the repository at this point in the history
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann authored and Jonathan Corbet committed Jul 2, 2008
1 parent f8f2c79 commit ee30d64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sparc/kernel/apc.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/miscdevice.h>
#include <linux/smp_lock.h>
#include <linux/pm.h>

#include <asm/io.h>
Expand Down Expand Up @@ -75,6 +76,7 @@ static inline void apc_free(void)

static int apc_open(struct inode *inode, struct file *f)
{
cycle_kernel_lock();
return 0;
}

Expand Down

0 comments on commit ee30d64

Please sign in to comment.