From 646c2bc0342790d77754fb1eab4dd0e473664ca2 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 23 Jun 2005 06:52:46 +0000 Subject: 2005-06-22 Martin Hunt * runtime.h: Include config.h first then redefine CONFIG_SMP and NR_CPUS. --- runtime/user/runtime.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/user/runtime.h') diff --git a/runtime/user/runtime.h b/runtime/user/runtime.h index 30491543..7a07afba 100644 --- a/runtime/user/runtime.h +++ b/runtime/user/runtime.h @@ -5,11 +5,12 @@ */ #define __KERNEL__ -#include +#include #undef CONFIG_NR_CPUS #undef CONFIG_SMP #define CONFIG_NR_CPUS 8 #define CONFIG_SMP +#include #include #include #include -- cgit