x86, microcode: microcode_core.c simple_strtoul cleanup
authorShuah Khan <shuahkhan@gmail.com>
Sun, 6 May 2012 17:11:04 +0000 (11:11 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 19:04:29 +0000 (12:04 -0700)
commitd426c78930e6e01373e3007df81161855f5b6ec1
treea045d439c4642e02408a1907e64e1ce73042591f
parent9f6082404e1d17ea7a9745c141dd91dba2102c57
x86, microcode: microcode_core.c simple_strtoul cleanup

commit e826abd523913f63eb03b59746ffb16153c53dc4 upstream.

Change reload_for_cpu() in kernel/microcode_core.c to call kstrtoul()
instead of calling obsoleted simple_strtoul().

Signed-off-by: Shuah Khan <shuahkhan@gmail.com>
Reviewed-by: Borislav Petkov <bp@alien8.de>
Link: http://lkml.kernel.org/r/1336324264.2897.9.camel@lorien2
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/microcode_core.c