commit | 0b9e267d71d2e74d1108785928fd8c8c9dbf441e | [log] [tgz] |
---|---|---|
author | Gavin Shan <shangw@linux.vnet.ibm.com> | Thu Jun 27 13:46:44 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jul 01 11:10:32 2013 +1000 |
tree | c4ec8c14eb6fd014ecea12283e2b16631ed769ba | |
parent | 652defed48757ae0dcc851beeb8fdd484bad40c6 [diff] |
powerpc/powernv: Replace variables with flags We have 2 fields in "struct pnv_phb" to trace the states. The patch replace the fields with one and introduces flags for that. The patch doesn't impact the logic. Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>