projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
156c9eb
)
powerpc/eeh: Add missing procfs entry for PowerNV
author
Mike Qiu
<qiudayu@linux.vnet.ibm.com>
Wed, 7 Aug 2013 02:25:14 +0000
(22:25 -0400)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 9 Aug 2013 08:06:47 +0000
(18:06 +1000)
The procfs entry for global statistics has been missed on PowerNV
platform and the patch is going to add that.
Signed-off-by: Mike Qiu <qiudayu@linux.vnet.ibm.com>
Acked-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/eeh.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/eeh.c
b/arch/powerpc/kernel/eeh.c
index ea9414c8088d01289411eded7d67315c9a2e8661..55593ee2d5aacfee6ef9e86c5adfd4057c5cab10 100644
(file)
--- a/
arch/powerpc/kernel/eeh.c
+++ b/
arch/powerpc/kernel/eeh.c
@@
-1061,7
+1061,7
@@
static const struct file_operations proc_eeh_operations = {
static int __init eeh_init_proc(void)
{
- if (machine_is(pseries))
+ if (machine_is(pseries)
|| machine_is(powernv)
)
proc_create("powerpc/eeh", 0, NULL, &proc_eeh_operations);
return 0;
}