Re: mmotm 2008-10-02-16-17 uploaded

From: Ingo Molnar
Date: Wed Oct 08 2008 - 05:50:50 EST



* Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:

> > > could be merging problem again.
> > >
> > > please check in arch/x86/kernel/vmliux_64.lds.S
> > >
> > > it should be like
> > >
> > > __con_initcall_end = .;
> > > __x86_cpu_dev_start = .;
> > > .x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) {
> > > *(.x86_cpu_dev.init)
> > > }
> > > __x86_cpu_dev_end = .;
> > >
> > > DYN_ARRAY_INIT(8)
> > >
> > > SECURITY_INIT
>
> The above is what's presently in Ingo's "tip" tree.
>
> > Oh, yes. like this.
> > ==
> > __con_initcall_end = .;
> > __x86_cpu_dev_start = .;
> > .x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) {
> > *(.x86_cpu_dev.init)
> > }
> > SECURITY_INIT
> > __x86_cpu_dev_end = .;
> > ==
> >
> > I'll try next version when it comes.
>
> If that fixes it then Ingo's tree will need fixing too, I suppose.

it should be:

__x86_cpu_dev_end = .;

DYN_ARRAY_INIT(8)

SECURITY_INIT

and that's what it is in -tip. Am i missing something?

Ingo
--
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/