riscv: fix unused var in page_fault_handler()
clang warns that p is set-but-not-used, so let's use it.