printk_debug(__FUNCTION__ "\n");
You get the message:
/home/rminnich/src/freebios/src/arch/i386/lib/hardwaremain.c:139: warning: concatenation of string literals with __FUNCTION__ is deprecated
OK, I use this technique quite a bit. Anybody know why this handy little trick is 'deprecated'?
ron