Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100383
b: refs/heads/master
c: ee30d64
h: refs/heads/master
i:
  100381: 212e6db
  100379: cb66cd3
  100375: a9cb871
  100367: f0b274d
  100351: 8a46db1
v: v3
  • Loading branch information
Arnd Bergmann authored and Jonathan Corbet committed Jul 2, 2008
1 parent a3685b4 commit 28cf387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8f2c79d594463427f7114cedb1555110d547d89
refs/heads/master: ee30d64e42ee1384a81d241b3962d3c1e6174992
2 changes: 2 additions & 0 deletions trunk/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 28cf387

Please sign in to comment.