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 cpu_swapin now exists, so remove the e...



details:   https://anonhg.NetBSD.org/src/rev/91020d82b293
branches:  trunk
changeset: 537838:91020d82b293
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Oct 06 12:37:35 2002 +0000

description:
cpu_swapin now exists, so remove the empty define.

diffstat:

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

diffs (18 lines):

diff -r 2709c84dc736 -r 91020d82b293 sys/arch/i386/include/cpu.h
--- a/sys/arch/i386/include/cpu.h       Sun Oct 06 12:37:12 2002 +0000
+++ b/sys/arch/i386/include/cpu.h       Sun Oct 06 12:37:35 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.83 2002/10/05 21:22:31 fvdl Exp $    */
+/*     $NetBSD: cpu.h,v 1.84 2002/10/06 12:37:35 fvdl Exp $    */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -253,8 +253,6 @@
 #define        curpcb                  curcpu()->ci_curpcb
 #define        curproc                 curcpu()->ci_curproc
 
-#define        cpu_swapin(p)           /* nothing */
-
 /*
  * Arguments to hardclock, softclock and statclock
  * encapsulate the previous machine state in an opaque



Home | Main Index | Thread Index | Old Index