Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80229
b: refs/heads/master
c: c68461b
h: refs/heads/master
i:
  80227: e979d35
v: v3
  • Loading branch information
Nikanth Karthikesan authored and Ingo Molnar committed Jan 30, 2008
1 parent 776e4d9 commit 282bb92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: f29192320f22f1617d50a9c790862603eeef64e6
refs/heads/master: c68461b67d97739707b3fc57618f22091791f2af
5 changes: 2 additions & 3 deletions trunk/arch/x86/kernel/cpu/mcheck/mce_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,7 @@ static unsigned int mce_poll(struct file *file, poll_table *wait)
return 0;
}

static int mce_ioctl(struct inode *i, struct file *f,unsigned int cmd,
unsigned long arg)
static long mce_ioctl(struct file *f, unsigned int cmd, unsigned long arg)
{
int __user *p = (int __user *)arg;

Expand Down Expand Up @@ -664,7 +663,7 @@ static const struct file_operations mce_chrdev_ops = {
.release = mce_release,
.read = mce_read,
.poll = mce_poll,
.ioctl = mce_ioctl,
.unlocked_ioctl = mce_ioctl,
};

static struct miscdevice mce_log_device = {
Expand Down

0 comments on commit 282bb92

Please sign in to comment.