From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2016-08-02 03:18:57
On Tue, 2016-08-02 at 13:16 +1000, Nicholas Piggin wrote:
Shouldn't these be PTRRELOC(spec)->cpu_features ? You are relocating
access to the pointer word, but not the address it contains.
identify_cpu() returns the relocated pointer which is what 32-bit
used
to use.
Ah indeed ! Let me check this in qemu and I'll get back to you.
Cheers,
Ben.