Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100344
b: refs/heads/master
c: 89c7de0
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Jonathan Corbet committed Jun 20, 2008
1 parent 8e27231 commit 86dc9d0
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: 080c2226474fa3060fadce9a2341004f477aadb3
refs/heads/master: 89c7de08c5fc059c4f6231571416d9bc0bbc91d4
2 changes: 2 additions & 0 deletions trunk/drivers/char/efirtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*/


#include <linux/smp_lock.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/miscdevice.h>
Expand Down Expand Up @@ -272,6 +273,7 @@ efi_rtc_open(struct inode *inode, struct file *file)
* We do accept multiple open files at the same time as we
* synchronize on the per call operation.
*/
cycle_kernel_lock();
return 0;
}

Expand Down

0 comments on commit 86dc9d0

Please sign in to comment.