]> sourceware.org Git - systemtap.git/commitdiff
2005-06-22 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Thu, 23 Jun 2005 06:52:46 +0000 (06:52 +0000)
committerhunt <hunt>
Thu, 23 Jun 2005 06:52:46 +0000 (06:52 +0000)
* runtime.h: Include config.h first then redefine CONFIG_SMP
and NR_CPUS.

runtime/user/ChangeLog [new file with mode: 0644]
runtime/user/runtime.h

diff --git a/runtime/user/ChangeLog b/runtime/user/ChangeLog
new file mode 100644 (file)
index 0000000..13350a6
--- /dev/null
@@ -0,0 +1,5 @@
+2005-06-22  Martin Hunt  <hunt@redhat.com>
+
+       * runtime.h: Include config.h first then redefine CONFIG_SMP
+       and NR_CPUS.
+
index 30491543b36f44640df027e59dbfe2df07d5c35d..7a07afba4f52f4714dc9c643c9e6a186ec21305e 100644 (file)
@@ -5,11 +5,12 @@
  */
 
 #define __KERNEL__
-#include <linux/module.h>
+#include <linux/config.h>
 #undef CONFIG_NR_CPUS
 #undef CONFIG_SMP
 #define CONFIG_NR_CPUS 8
 #define CONFIG_SMP
+#include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/miscdevice.h>
 #include <linux/init.h>
This page took 0.074114 seconds and 5 git commands to generate.