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:
@@ -200,7 +200,7 @@ void smp_write_intsrc(struct mp_config_table *mc,
|
||||
#if CONFIG_DEBUG_MPTABLE == 1
|
||||
printk_info("add intsrc srcbus 0x%x srcbusirq 0x%x, dstapic 0x%x, dstirq 0x%x\n",
|
||||
srcbus, srcbusirq, dstapic, dstirq);
|
||||
hexdump(__FUNCTION__, mpc, sizeof(*mpc));
|
||||
hexdump(__func__, mpc, sizeof(*mpc));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user