]> git.hungrycats.org Git - linux/commitdiff
ia64: Drop some unneeded __KERNEL_SYSCALL__ defines (found by Dave Jones) and
authorDavid Mosberger <davidm@tiger.hpl.hp.com>
Thu, 12 Feb 2004 08:54:23 +0000 (00:54 -0800)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Thu, 12 Feb 2004 08:54:23 +0000 (00:54 -0800)
      an unnecessary include of <linux/config.h>.

arch/ia64/kernel/smp.c
arch/ia64/kernel/smpboot.c

index c3695c327206200b3bb2fcacfb4011e11796345e..72f59bb83741366fc1415848e74f5a6584773083 100644 (file)
  * 10/13/00 Goutham Rao <goutham.rao@intel.com> Updated smp_call_function and
  *             smp_call_function_single to resend IPI on timeouts
  */
-#define __KERNEL_SYSCALLS__
-
-#include <linux/config.h>
-
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
index 70c06f18ee58c6a0db28ced92205264842a04a25..56c38e73a84395b278457eade327d52ea5fb83a2 100644 (file)
  *                                             smp_boot_cpus()/smp_commence() is replaced by
  *                                             smp_prepare_cpus()/__cpu_up()/smp_cpus_done().
  */
-
-
-#define __KERNEL_SYSCALLS__
-
 #include <linux/config.h>
 
 #include <linux/module.h>