commit | 6431f20879e338306b997cd75a36824cf9d6e687 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Mar 21 15:47:07 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Mar 28 11:31:58 2012 +1100 |
tree | 3ae6dd6a4347861b1834ea6b612ae686d23e0c1e | |
parent | 1a5c2e63f497bdb5912138888053a02870ed1153 [diff] |
powerpc: Make function that parses RTAS error logs global The IO event interrupt code has a function that finds specific sections in an RTAS error log. We want to use it in the EPOW code so make it global. Rename things to make it less cryptic: find_xelog_section() -> get_pseries_errorlog() struct pseries_elog_section -> struct pseries_errorlog Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>