mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 14:43:03 +00:00
6a6cba1d94
The default CM target field in the GCR_BASE register is encoded with 0 meaning memory & 1 being reserved. However the definitions we use for those bits effectively get these two values backwards - likely because they were copied from the definitions for the CM regions where the target is encoded differently. This results in use setting up GCR_BASE with the reserved target value by default, rather than targeting memory as intended. Although we currently seem to get away with this it's not a great idea to rely upon. Fix this by changing our macros to match the documentated target values. The incorrect encoding became used as of commit |
||
---|---|---|
.. | ||
asm | ||
uapi/asm |