OSDN Git Service

csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry
authorGuo Ren <ren_guo@c-sky.com>
Fri, 11 Jan 2019 04:48:25 +0000 (12:48 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Wed, 13 Feb 2019 01:48:14 +0000 (09:48 +0800)
commit62eebea655d4be5a20fd563abfd7656724cdcd00
tree90971bcf8769c76c78f92a9f5114e5957d0a5ff0
parentd13937116f1e82bf508a6325111b322c30c85eb9
csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry

C-SKY CPU 8xx's _PAGE_GLOBAL is BIT(0), but 610's _PAGE_GLOBAL is
BIT(6). Use _PAGE_GLOBAL macro instead of bad magic number.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
arch/csky/include/asm/pgtable.h