Re: [2.6.16-gitX] initcall at 0xffffffff804615d1: returned witherror code -1

From: Voluspa
Date: Thu Mar 30 2006 - 06:58:34 EST


On Thu, 30 Mar 2006 03:19:49 -0800 Andrew Morton wrote:
> Voluspa wrote:
[..]
> >
> > Since then (now at 2.6.16-git18) the last/lower one has vanished, but the
> > first one remains. The patch says that the initcall function should be
> > printed, but it seems to need some debugging option set. Please advice if
> > this is of interest (the addresses do not stay constant).
> >
>
> If you have CONFIG_KALLSYMS enabled then the kernel should print the name
> of the function at that address. It's pretty hard to turn off
> CONFIG_KALLSYMS, actually.

Ah ok, kallsyms... I've been pampered by good quality kernels and turned it
off a long time ago.

initcall at 0xffffffff8049a5b0: late_hpet_init+0x0/0xb0(): returned with error code -1

loke@sleipner:/home/git$ grep -i hpet 2.6.16-git-kallsyms-.config
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
CONFIG_HPET_MMAP=y

Those options are just wish-thinking since the machine doesn't have that kind of timer.
So the warning should go away when I turn them off. Sorry about the noise.

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