commit | d7a88c7eb46acb486922822eec3224c0bcab29dc | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Oct 10 19:18:02 2013 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Nov 06 14:13:49 2013 +1100 |
tree | 8f52d8786168579b156cf982a61c7e51e4799405 | |
parent | 44790a0b93d8481a8dc5bf6aa600941627b56d56 [diff] |
powerpc/scom: Enable 64-bit addresses On P8, XSCOM addresses has a special "indirect" form that requires more than 32-bits, so let's use u64 everywhere in the code instead of u32. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>