Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 Only need to define __HAVE_MD_RUN...



details:   https://anonhg.NetBSD.org/src/rev/c0e628a83aa2
branches:  trunk
changeset: 536792:c0e628a83aa2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Sep 22 05:56:32 2002 +0000

description:
Only need to define __HAVE_MD_RUNQUEUE once here...

diffstat:

 sys/arch/arm/include/arm32/types.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 42793e7aeb70 -r c0e628a83aa2 sys/arch/arm/include/arm32/types.h
--- a/sys/arch/arm/include/arm32/types.h        Sun Sep 22 05:48:46 2002 +0000
+++ b/sys/arch/arm/include/arm32/types.h        Sun Sep 22 05:56:32 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.3 2002/09/22 04:11:32 gmcgarry Exp $       */
+/*     $NetBSD: types.h,v 1.4 2002/09/22 05:56:32 simonb Exp $ */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -44,7 +44,6 @@
 
 #include <arm/types.h>         /* pull in generic ARM definitions */
 
-#define __HAVE_MD_RUNQUEUE
 #define        __HAVE_RAS
 #define __HAVE_MD_RUNQUEUE
 



Home | Main Index | Thread Index | Old Index