| To: | imipak@yahoo.com |
|---|---|
| Subject: | Re: 64K page patch hiccup on SB1 |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Tue, 26 Sep 2006 18:07:15 +0900 (JST) |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <20060925210932.36813.qmail@web31505.mail.mud.yahoo.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060923.235203.126573787.anemo@mba.ocn.ne.jp> <20060925210932.36813.qmail@web31505.mail.mud.yahoo.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Mon, 25 Sep 2006 14:09:32 -0700 (PDT), Jonathan Day <imipak@yahoo.com> wrote:
> I'll take your word for it that it's more useful - it
> doesn't look a whole lot clearer to me! Anyways, this
> is the output, with CONFIG_KALLSYMS enabled:
...
> Trace:[<ffffffff80102d38>][<ffffffff8010a020>][<ffffffff80126dec>][<ffffffff8010a020>][<ffffffff80102d38>][<ffffffff801273e0>][<ffffffff8012a7dc>][<fff]
This is excerpt from arch/mips/kernel/traps.c:
printk("Call Trace:");
#ifdef CONFIG_KALLSYMS
printk("\n");
#endif
Your output does not have a newline right after "Call Trace:" so it
looks CONFIG_KALLSYMS disabled.
---
Atsushi Nemoto
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] cleanup hardcoding __pa/__va macros etc. (take-2), Atsushi Nemoto |
|---|---|
| Next by Date: | Re: [MIPS] SB1: Build fix: delete initialization of flush_icache_page pointer., Atsushi Nemoto |
| Previous by Thread: | Re: 64K page patch hiccup on SB1, Thiemo Seufer |
| Next by Thread: | [PATCH] cleanup hardcoding __pa/__va macros etc., girish |
| Indexes: | [Date] [Thread] [Top] [All Lists] |