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 15:10:31 +0000 (08:10 -0700)
commita434a3c014dfc52d07efa7817f1339124300aed4
treee691dfa81949dbe01312bc6dfbfb524fafa5982d
parent575b5ea19669112f9f7a7e2c09e9cdb914f4683e
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