[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Scheduling linux-2.6 2.6.21-6



On Mon, Jul 09, 2007 at 04:38:32PM -0300, Otavio Salvador wrote:
> "Christian T. Steigies" <cts@debian.org> writes:
> 
> >> Does it includes the fix for #402061?
> >
> > Probably not. I added a fix to rules.real and now module.lds is included
> > in linux-headers-2.6.21-2:
> > /usr/src/linux-headers-2.6.21-2/arch/m68k/kernel/module.lds
> >
> > but linux-modules-extra looks for this file in a different location, namely:
> > /usr/src/linux-headers-2.6.21-2-amiga/arch/m68k/kernel/module.lds
> 
> Is this file dependent or independent of the flavour?

If it is supposed to be a symlink, I assume it is independent. The contents
is supposed to look like this:

SECTIONS {
        .m68k_fixup : {
                __start_fixup = .;
                *(.m68k_fixup)
                __stop_fixup = .;
        }
}

So independent.

Christian



Reply to: