commit | cce4b2d243ddd9e8d5da159b893117afd7ccad5c | [log] [tgz] |
---|---|---|
author | Gavin Shan <shangw@linux.vnet.ibm.com> | Mon Feb 27 20:03:52 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Mar 09 11:08:37 2012 +1100 |
tree | f81cfaeebc8168f93f2aa46e1e41c6f3b6ae51c8 | |
parent | cb3bc9d0de1e247268622acd40e0d2f8120f299c [diff] |
powerpc/eeh: Cleanup function names in the EEH core The EEH has been implemented on pSeries platform. The original code looks a little bit nasty. The patch does cleanup on the current EEH implementation so that it looks more clean. * Try adding prefix "eeh" for functions. * Some function names have been adjusted so that they looks shorter and meaningful. Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>