From 646c2bc0342790d77754fb1eab4dd0e473664ca2 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 23 Jun 2005 06:52:46 +0000 Subject: [PATCH] 2005-06-22 Martin Hunt * runtime.h: Include config.h first then redefine CONFIG_SMP and NR_CPUS. --- runtime/user/ChangeLog | 5 +++++ runtime/user/runtime.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 runtime/user/ChangeLog diff --git a/runtime/user/ChangeLog b/runtime/user/ChangeLog new file mode 100644 index 000000000..13350a65b --- /dev/null +++ b/runtime/user/ChangeLog @@ -0,0 +1,5 @@ +2005-06-22 Martin Hunt + + * runtime.h: Include config.h first then redefine CONFIG_SMP + and NR_CPUS. + diff --git a/runtime/user/runtime.h b/runtime/user/runtime.h index 30491543b..7a07afba4 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 -- 2.43.5