x86, UV: fix redundant creation of sgi_uv
authorCliff Wickman <cpw@sgi.com>
Mon, 10 Nov 2008 22:16:31 +0000 (16:16 -0600)
committerIngo Molnar <mingo@elte.hu>
Tue, 11 Nov 2008 10:38:50 +0000 (11:38 +0100)
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>

No differences found