Loading
LoongArch: Use correct accessor to read FWPC/MWPC
CSR.FWPC and CSR.MWPC are 32bit registers, so use csr_read32() rather than csr_read64() to read the values of FWPC/MWPC. Cc: stable@vger.kernel.org Fixes: edffa33c ("LoongArch: Add hardware breakpoints/watchpoints support") Signed-off-by:Huacai Chen <chenhuacai@loongson.cn>