On 1/13/24 09:23, Helge Deller wrote:
Please adjust the code comment that immediately precedes this, not just
within the commit message.
Like this: ?
Yes, thanks.
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
+ /*
+ * PDC address space:
+ * Figures H-10 and H-11 of the parisc2.0 spec do not specify
+ * where to map into the 64-bit PDC address space.
+ * We map with an offset which equals the 32-bit address, which
+ * is what can be seen on physical machines too.
+ */
+ addr = (uint32_t)addr;
r~