From: Gavin Shan Date: Thu, 24 Apr 2014 08:00:09 +0000 (+1000) Subject: powerpc/powernv: Move PNV_EEH_STATE_ENABLED around X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5bc6b70d2f1e4d7c6d2956e9e66a6a55821460d;p=pandora-kernel.git powerpc/powernv: Move PNV_EEH_STATE_ENABLED around The flag PNV_EEH_STATE_ENABLED is put into pnv_phb::eeh_state, which is protected by CONFIG_EEH. We needn't that. Instead, we can have pnv_phb::flags and maintain all flags there, which is the purpose of the patch. The patch also renames PNV_EEH_STATE_ENABLED to PNV_PHB_FLAG_EEH. Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed