Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14582
b: refs/heads/master
c: 9ad4f92
h: refs/heads/master
v: v3
  • Loading branch information
Prarit Bhargava authored and Tony Luck committed Nov 21, 2005
1 parent fd38f5e commit 0620153
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 48b1dcc5d80921dc0c54f2fabf4fe6e8538cb9b3
refs/heads/master: 9ad4f924ecd9c067a22a64699bcf4eaad1935a61
3 changes: 3 additions & 0 deletions trunk/arch/ia64/sn/kernel/sn2/sn2_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@ static struct proc_dir_entry *proc_sn2_ptc;

static int __init sn2_ptc_init(void)
{
if (!ia64_platform_is("sn2"))
return -ENOSYS;

if (!(proc_sn2_ptc = create_proc_entry(PTC_BASENAME, 0444, NULL))) {
printk(KERN_ERR "unable to create %s proc entry", PTC_BASENAME);
return -EINVAL;
Expand Down

0 comments on commit 0620153

Please sign in to comment.