git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9d1f2
)
x86, UV: fix redundant creation of sgi_uv
author
Cliff Wickman
<cpw@sgi.com>
Mon, 10 Nov 2008 22:16:31 +0000
(16:16 -0600)
committer
Ingo 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