Re: 2.5.8-pre3 linking error

From: Gerd Knorr (kraxel@bytesex.org)
Date: Wed Apr 10 2002 - 05:42:38 EST


Udo A. Steinberg wrote:
>
> Hi,
>
> 2.5.8-pre3 fails to link here:
>
> init/main.o: In function `start_kernel':
> init/main.o(.text.init+0x681): undefined reference to `setup_per_cpu_areas'

Rusty patch deleted setup_per_cpu_areas() for the UP case. The patch
below simply adds it again.

  Gerd

===== main.c 1.39 vs edited =====
--- 1.39/init/main.c Fri Mar 15 15:01:31 2002
+++ edited/main.c Wed Apr 10 13:11:56 2002
@@ -270,7 +270,9 @@
 #else
 #define smp_init() do { } while (0)
 #endif
-
+static inline void setup_per_cpu_areas(void)
+{
+}
 #else
 
 #ifdef __GENERIC_PER_CPU
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Apr 15 2002 - 22:00:15 EST