Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/include g/c unused x86_ipisend.



details:   https://anonhg.NetBSD.org/src/rev/bae6b9550c32
branches:  trunk
changeset: 556907:bae6b9550c32
user:      yamt <yamt%NetBSD.org@localhost>
date:      Tue Dec 30 03:52:01 2003 +0000

description:
g/c unused x86_ipisend.

diffstat:

 sys/arch/i386/include/cpu.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r cdc366777d03 -r bae6b9550c32 sys/arch/i386/include/cpu.h
--- a/sys/arch/i386/include/cpu.h       Tue Dec 30 03:30:43 2003 +0000
+++ b/sys/arch/i386/include/cpu.h       Tue Dec 30 03:52:01 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.109 2003/10/27 13:44:20 junyoung Exp $       */
+/*     $NetBSD: cpu.h,v 1.110 2003/12/30 03:52:01 yamt Exp $   */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -206,12 +206,6 @@
 
 #define CPU_IS_PRIMARY(ci)     ((ci)->ci_flags & CPUF_PRIMARY)
 
-#if 0
-#define x86_ipisend(ci)        (((ci) != curcpu()) ? x86_send_ipi((ci),0) : 0)
-#else
-#define x86_ipisend(ci)        0
-#endif
-
 #define aston(p)               ((p)->p_md.md_astpending = 1)
 
 extern struct cpu_info *cpu_info[X86_MAXPROCS];



Home | Main Index | Thread Index | Old Index