lkml.org 
[lkml]   [2004]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Alpha print the symbol name in Oops
Aneesh Kumar <aneesh.kumar@gmail.com> 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");

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.045 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site