lkml.org 
[lkml]   [1997]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.1.37-4 problems with load and floating-point exception
>I suspect it has something to do with SMP.
>( i changed the SMP=1 to smp=0 in the toplevel makefile)

There's your problem. It is not enough to change SMP=1 to SMP=0, since
later #ifdefs check whether SMP is defined, not whether it equals 1, and
defining SMP to be 0 is still defining SMP. Instead, comment that line
out so that it reads:

# SMP = 1
Mike

\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.053 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site