Re: 2.6.11-rc3-mm1 (compile stats)

2005-02-04 Thread John Cherry
On Fri, 2005-02-04 at 13:51 -0800, John Cherry wrote: > On Fri, 2005-02-04 at 13:13 -0800, Andrew Morton wrote: > > John Cherry <[EMAIL PROTECTED]> wrote: > > > > > > Errors in the build relate to an undefined reference to > > > "randomize_va_space"... > > > > > >LD init/built-in.o > >

Re: 2.6.11-rc3-mm1 (compile stats)

2005-02-04 Thread John Cherry
Errors in the build relate to an undefined reference to "randomize_va_space"... LD init/built-in.o LD .tmp_vmlinux1 arch/i386/kernel/built-in.o(.text+0xf92): In function `arch_align_stack': : undefined reference to `randomize_va_space' make: [.tmp_vmlinux1] Error 1 (ignored) ---

Re: 2.6.11-rc3-mm1 (compile stats)

2005-02-04 Thread Andrew Morton
John Cherry <[EMAIL PROTECTED]> wrote: > > Errors in the build relate to an undefined reference to > "randomize_va_space"... > >LD init/built-in.o >LD .tmp_vmlinux1 > arch/i386/kernel/built-in.o(.text+0xf92): In function `arch_align_stack': > : undefined reference to `randomi