From db507fc9fbce9d16e941d464cce1daf09d9fe280 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Mon, 10 Sep 2007 19:17:33 +0000 Subject: [PATCH] we now build smp by default when doing buildup; will just get rid of buildup/buildsmp eventually --- scripts/kernel-2.6-planetlab.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/kernel-2.6-planetlab.spec b/scripts/kernel-2.6-planetlab.spec index 8c44f3eba..0d9bfc9b8 100644 --- a/scripts/kernel-2.6-planetlab.spec +++ b/scripts/kernel-2.6-planetlab.spec @@ -4,7 +4,8 @@ Summary: The Linux kernel (the core of the Linux operating system) # These are the kernels that are built IF the architecture allows it. %define buildup 1 -%define buildsmp 1 +# we now build smp by default when doing buildup +%define buildsmp 0 %define builduml 0 %define buildxen 0 %define builddoc 0 -- 2.45.2