This patch converts __FUNCTION__ to __func__, since __func__ is standard.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3943 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -169,7 +169,7 @@ eng2900(void)
|
||||
{
|
||||
msr_t msr;
|
||||
|
||||
printk_debug("CPU_BUG:%s\n", __FUNCTION__);
|
||||
printk_debug("CPU_BUG:%s\n", __func__);
|
||||
/* Clear bit 43, disables the sysenter/sysexit in CPUID3 */
|
||||
msr = rdmsr(0x3003);
|
||||
msr.hi &= 0xFFFFF7FF;
|
||||
|
Reference in New Issue
Block a user