lkml.org 
[lkml]   [2008]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: mmotm 2008-10-02-16-17 uploaded

* Andrew Morton <akpm@linux-foundation.org> 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


\
 
 \ /
  Last update: 2008-10-08 11:53    [W:0.034 / U:0.564 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site