Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120977
b: refs/heads/master
c: a3d732f
h: refs/heads/master
i:
  120975: 486e08a
v: v3
  • Loading branch information
Cliff Wickman authored and Ingo Molnar committed Nov 11, 2008
1 parent 0047dab commit 08523a2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 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: 7d9d1f25c3872080ce599e5dd0dac3305d0a028b
refs/heads/master: a3d732f93785da17e0137210deadb4616f5536fc
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/genx2apic_uv_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/module.h>
#include <linux/hardirq.h>
#include <linux/timer.h>
#include <linux/proc_fs.h>
#include <asm/current.h>
#include <asm/smp.h>
#include <asm/ipi.h>
Expand Down Expand Up @@ -570,4 +571,5 @@ void __init uv_system_init(void)

uv_cpu_init();
uv_scir_register_cpu_notifier();
proc_mkdir("sgi_uv", NULL);
}
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/tlb_uv.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,14 +566,10 @@ static int __init uv_ptc_init(void)
if (!is_uv_system())
return 0;

if (!proc_mkdir("sgi_uv", NULL))
return -EINVAL;

proc_uv_ptc = create_proc_entry(UV_PTC_BASENAME, 0444, NULL);
if (!proc_uv_ptc) {
printk(KERN_ERR "unable to create %s proc entry\n",
UV_PTC_BASENAME);
remove_proc_entry("sgi_uv", NULL);
return -EINVAL;
}
proc_uv_ptc->proc_fops = &proc_uv_ptc_operations;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/misc/sgi-gru/gruprocfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ int gru_proc_init(void)
{
struct proc_entry *p;

proc_mkdir("sgi_uv", NULL);
proc_gru = proc_mkdir("sgi_uv/gru", NULL);

for (p = proc_files; p->name; p++)
Expand Down

0 comments on commit 08523a2

Please sign in to comment.