patch-2.4.20 linux-2.4.20/include/asm-i386/smp.h
Next file: linux-2.4.20/include/asm-i386/smpboot.h
Previous file: linux-2.4.20/include/asm-i386/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-i386/smp.h
- Orig date:
Fri Dec 21 09:42:03 2001
diff -urN linux-2.4.19/include/asm-i386/smp.h linux-2.4.20/include/asm-i386/smp.h
@@ -23,29 +23,6 @@
#endif
#ifdef CONFIG_SMP
-# ifdef CONFIG_MULTIQUAD
-# define TARGET_CPUS 0xf /* all CPUs in *THIS* quad */
-# define INT_DELIVERY_MODE 0 /* physical delivery on LOCAL quad */
-# else
-# define TARGET_CPUS cpu_online_map
-# define INT_DELIVERY_MODE 1 /* logical delivery broadcast to all procs */
-# endif
-#else
-# define INT_DELIVERY_MODE 1 /* logical delivery */
-# define TARGET_CPUS 0x01
-#endif
-
-#ifndef clustered_apic_mode
- #ifdef CONFIG_MULTIQUAD
- #define clustered_apic_mode (1)
- #define esr_disable (1)
- #else /* !CONFIG_MULTIQUAD */
- #define clustered_apic_mode (0)
- #define esr_disable (0)
- #endif /* CONFIG_MULTIQUAD */
-#endif
-
-#ifdef CONFIG_SMP
#ifndef __ASSEMBLY__
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)