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:

committed by
Ingo Molnar

parent
7d9d1f25c3
commit
a3d732f937
@@ -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++)
|
||||
|
Reference in New Issue
Block a user