]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commita3d732f93785da17e0137210deadb4616f5536fc
tree4b7bdbaf63369063a1478c4d91d027bcd82fc271
parent7d9d1f25c3872080ce599e5dd0dac3305d0a028b
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>
arch/x86/kernel/genx2apic_uv_x.c
arch/x86/kernel/tlb_uv.c
drivers/misc/sgi-gru/gruprocfs.c