arch/riscv: Get current CPU properly instead of assuming single CPU isr.S code currently gets CPU information from global `_kernel` assuming there's only one CPU. In order to prepare for upcoming SMP support, change code to actually get current CPU information. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>