Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Minor fix of previous: remove __SWAP_B...



details:   https://anonhg.NetBSD.org/src/rev/08af967f8bc8
branches:  trunk
changeset: 762407:08af967f8bc8
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sun Feb 20 16:03:49 2011 +0000

description:
Minor fix of previous: remove __SWAP_BROKEN (it is no more in -current).

diffstat:

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

diffs (18 lines):

diff -r c4778a4a37e9 -r 08af967f8bc8 sys/arch/mips/include/types.h
--- a/sys/arch/mips/include/types.h     Sun Feb 20 15:59:22 2011 +0000
+++ b/sys/arch/mips/include/types.h     Sun Feb 20 16:03:49 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.47 2011/02/20 07:45:47 matt Exp $  */
+/*     $NetBSD: types.h,v 1.48 2011/02/20 16:03:49 rmind Exp $ */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -138,8 +138,6 @@
 #define        __SIMPLELOCK_LOCKED     1
 #define        __SIMPLELOCK_UNLOCKED   0
 
-#define        __SWAP_BROKEN
-
 #define        __HAVE_FAST_SOFTINTS
 #define        __HAVE_AST_PERPROC
 #define        __HAVE_SYSCALL_INTERN



Home | Main Index | Thread Index | Old Index