]> Pileus Git - ~andy/linux/commit
x86, microcode: microcode_core.c simple_strtoul cleanup
authorShuah Khan <shuahkhan@gmail.com>
Sun, 6 May 2012 17:11:04 +0000 (11:11 -0600)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 7 May 2012 18:36:49 +0000 (11:36 -0700)
commite826abd523913f63eb03b59746ffb16153c53dc4
treee86097d1702a15840d2ec0287e0ef82c61afd022
parentd48b97b403d23f6df0b990cee652bdf9a52337a3
x86, microcode: microcode_core.c simple_strtoul cleanup

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>
arch/x86/kernel/microcode_core.c