Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169973
b: refs/heads/master
c: ac06ea2
h: refs/heads/master
i:
  169971: 1eefb97
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 14, 2009
1 parent 558598a commit f277b98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 98272ed0d2e6509fe7dc571e77956c99bf653bb6
refs/heads/master: ac06ea2cd06291e63951b51dd7c9a23e6a1f2683
2 changes: 0 additions & 2 deletions trunk/arch/x86/kernel/microcode_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
#include <linux/platform_device.h>
#include <linux/miscdevice.h>
#include <linux/capability.h>
#include <linux/smp_lock.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mutex.h>
Expand Down Expand Up @@ -201,7 +200,6 @@ static int do_microcode_update(const void __user *buf, size_t size)

static int microcode_open(struct inode *unused1, struct file *unused2)
{
cycle_kernel_lock();
return capable(CAP_SYS_RAWIO) ? 0 : -EPERM;
}

Expand Down

0 comments on commit f277b98

Please sign in to comment.