Re: [proaudio] Re: rt-kernel 2.6.19-rt15 |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
karlos wrote:
> doh, I forgot to attach the file. here it is..
>
> karsten
>
> On 1/4/07, *karlos* <k.gebbert@xxxxxxxxx <mailto: k.gebbert@xxxxxxxxx>>
> wrote:
>
> Hello list,
>
> I was just giving the 2.6.19-rt15 kernel a shot, tried to compile
> it using genkernel. I was not able to actually find where the
> compilation fails, but its on compiling the modules. I have
> attached the genkernel.log , could someone take a look and tell me
> if he/she spots where it fails?
> I have noticed that parts of suspend to disk has been merged into
> the kernel, did anyone have a try with it yet?
>
> Thanks for helping,
>
> Karsten
>
>
> LD [M] drivers/net/wireless/hostap/hostap.o
> Building modules, stage 2.
> MODPOST 590 modules
> WARNING: "pm_send_all" [arch/i386/kernel/apm.ko] undefined!
> WARNING: "pm_active" [arch/i386/kernel/apm.ko] undefined!
genkernel don't like missing symbols. Maybe you can set genkernel to ignore warnings
or just disable apm in the config
don't know why they're removed
you can try to reverse this patch
Index: linux/kernel/power/pm.c
===================================================================
--- linux.orig/kernel/power/pm.c
+++ linux/kernel/power/pm.c
@@ -201,9 +201,3 @@ int pm_send_all(pm_request_t rqst, void
mutex_unlock(&pm_devs_lock);
return 0;
}
-
-EXPORT_SYMBOL(pm_register);
-EXPORT_SYMBOL(pm_send_all);
-EXPORT_SYMBOL(pm_active);
-
-
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |