Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158682
b: refs/heads/master
c: 10f02d1
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Ingo Molnar committed Aug 24, 2009
1 parent 26acd4b commit 60a6970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 5f9ece02401116b29eb04396b99ea092acb75dd8
refs/heads/master: 10f02d1168585edf66229bb2ec90a42f32667a78
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/tlb_uv.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,13 +640,13 @@ static int __init uv_ptc_init(void)
if (!is_uv_system())
return 0;

proc_uv_ptc = create_proc_entry(UV_PTC_BASENAME, 0444, NULL);
proc_uv_ptc = proc_create(UV_PTC_BASENAME, 0444, NULL,
&proc_uv_ptc_operations);
if (!proc_uv_ptc) {
printk(KERN_ERR "unable to create %s proc entry\n",
UV_PTC_BASENAME);
return -EINVAL;
}
proc_uv_ptc->proc_fops = &proc_uv_ptc_operations;
return 0;
}

Expand Down

0 comments on commit 60a6970

Please sign in to comment.