diff options
-rw-r--r-- | UefiCpuPkg/Library/CpuMmuLib/LoongArch64/CpuMmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UefiCpuPkg/Library/CpuMmuLib/LoongArch64/CpuMmu.c b/UefiCpuPkg/Library/CpuMmuLib/LoongArch64/CpuMmu.c index 8f8254362f..6d77a1221f 100644 --- a/UefiCpuPkg/Library/CpuMmuLib/LoongArch64/CpuMmu.c +++ b/UefiCpuPkg/Library/CpuMmuLib/LoongArch64/CpuMmu.c @@ -595,6 +595,7 @@ EfiAttributeConverse ( LoongArchAttributes &= ~PAGE_DIRTY;
break;
default:
+ LoongArchAttributes |= CACHE_CC;
break;
}
|