On Thu, 8 Jul 2004 14:46:17 +0530, Aneesh Kumar wrote: > > > On Thu, 8 Jul 2004 00:15:47 -0700, Andrew Morton wrote: > > Aneesh Kumar wrote: > > > > > > + printk("[<%lx>]", tmp); > > > + print_symbol(" %s\n", tmp); > > > > print_symbol() does nothing at all if CONFIG_KALLSYMS=n. You probably want: > > > > printk("[<%lx>]", tmp); > > print_symbol(" %s", tmp); > > printk("\n"); > > > > Patch attached. > Sorry I attached a wrong patch of the CI project :) -aneesh