Skip to content
Commit b0ae5e26 authored by Guo Ren's avatar Guo Ren
Browse files

csky: Remove prologue of page fault handler in entry.S



There is a prologue on page fault handler which marking pages dirty
and/or accessed in page attributes, but all of these have been
handled in handle_pte_fault.

 - Add flush_tlb_one in vmalloc page fault instead of prologue.
 - Using cmxchg_fixup C codes in do_page_fault instead of ASM one.

Signed-off-by: default avatarGuo Ren <guoren@linux.alibaba.com>
parent 7b513cf2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment