lkml.org 
[lkml]   [2001]   [Jan]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.4.0-Prerelease :smp_num_cpus undefined while compiling without smp for Athlon
Look at include/linux/smp.h: on SMP, it includes <asm/smp.h>, on UP it
contains a

#define smp_num_cpus 1

I assume that someone directly includes <asm/smp.h>.

Try to add a

#ifndef __LINUX_SMP_H
#error Found it!
#endif

to the beginning of <asm-alpha/smp.h>

--
Manfred
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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