x86, UV: fix redundant creation of sgi_uv

Impact: fix double entry creation in /proc

There is a collision between two UV functions:
  both uv_ptc_init() and gru_proc_init() try to make /proc/sgi_uv

So move it's creation to a single place: uv_system_init()

Signed-off-by: Cliff Wickman <cpw@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Cliff Wickman
2008-11-10 16:16:31 -06:00
committed by Ingo Molnar
parent 7d9d1f25c3
commit a3d732f937
3 changed files with 2 additions and 5 deletions

View File

@@ -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++)