Correct load_load_barrier for risc-v
This patch corrects the instruction for load_load_barrier().
Current load_load_barrier() incorrectly uses fence w,r
.
It means a store-load barrier.
See also linux-kernel's smp_rmb() implementation:
I've only checked this patch statically. I haven't validated this patch on a RISC-V machine.