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:
35066c0
)
powerpc/eeh: Export eeh_pe_state_mark()
author
Gavin Shan
<
[email protected]
>
Wed, 28 Sep 2016 04:34:55 +0000
(14:34 +1000)
committer
Michael Ellerman
<
[email protected]
>
Thu, 29 Sep 2016 04:51:04 +0000
(14:51 +1000)
This exports eeh_pe_state_mark(). It will be used to mark the surprise
hot removed PE as isolated to avoid unexpected EEH error reporting in
surprise remove path.
Signed-off-by: Gavin Shan <
[email protected]
>
Signed-off-by: Michael Ellerman <
[email protected]
>
arch/powerpc/kernel/eeh_pe.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/eeh_pe.c
b/arch/powerpc/kernel/eeh_pe.c
index f0520da857594cecf04a7da0a7c4e3875781e584..de7d091c4c31d4a76429ff0d58f20c73d31464e0 100644
(file)
--- a/
arch/powerpc/kernel/eeh_pe.c
+++ b/
arch/powerpc/kernel/eeh_pe.c
@@
-581,6
+581,7
@@
void eeh_pe_state_mark(struct eeh_pe *pe, int state)
{
eeh_pe_traverse(pe, __eeh_pe_state_mark, &state);
}
+EXPORT_SYMBOL_GPL(eeh_pe_state_mark);
static void *__eeh_pe_dev_mode_mark(void *data, void *flag)
{