check what kernel you are running at the moment
uname -a
and to upgrade your kernel
yum update \kernel* check if your kernel is added to grub
cat /boot/grub/grub.conf
and then reboot
shutdown -rf now