mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 08:32:15 +02:00
mmu: Correct TCR_ORGN_WBWA define
Previously this was incorrectly set as the Write-Back-Read-Allocate No Write-Allocate Cacheable define
This commit is contained in:
parent
5d97ac48f2
commit
db4633e5ff
@ -101,7 +101,7 @@
|
|||||||
#define TCR_IRGN_WBNWA (3 << 8)
|
#define TCR_IRGN_WBNWA (3 << 8)
|
||||||
#define TCR_IRGN_MASK (3 << 8)
|
#define TCR_IRGN_MASK (3 << 8)
|
||||||
#define TCR_ORGN_NC (0 << 10)
|
#define TCR_ORGN_NC (0 << 10)
|
||||||
#define TCR_ORGN_WBNWA (1 << 10)
|
#define TCR_ORGN_WBWA (1 << 10)
|
||||||
#define TCR_ORGN_WT (2 << 10)
|
#define TCR_ORGN_WT (2 << 10)
|
||||||
#define TCR_ORGN_WBNWA (3 << 10)
|
#define TCR_ORGN_WBNWA (3 << 10)
|
||||||
#define TCR_ORGN_MASK (3 << 10)
|
#define TCR_ORGN_MASK (3 << 10)
|
||||||
|
Loading…
Reference in New Issue
Block a user