summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGuo Ren <guoren@linux.alibaba.com>2020-12-24 03:12:06 +0300
committerGuo Ren <guoren@linux.alibaba.com>2021-01-12 04:52:40 +0300
commit7b513cf2bfdcdb7ba3f2b6e83f0e17e0793825d7 (patch)
treefc41dd4b7048e1b566c1184cf063e40c42cea941 /net
parent8e35ac734fe2a1a225143d6375f9678f1850585c (diff)
downloadlinux-7b513cf2bfdcdb7ba3f2b6e83f0e17e0793825d7.tar.xz
csky: Fixup PTE global for 2.5:1.5 virtual memory
Fixup commit c2d1adfa9a24 "csky: Add memory layout 2.5G(user):1.5G (kernel)". That patch broke the global bit in PTE. C-SKY TLB's entry contain two pages: vpn, vpn + 1 -> ppn0, ppn1 All PPN's attributes contain global bit and final global is PPN0.G & PPN1.G. So we must keep PPN0.G and PPN1.G same in one TLB's entry. Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions