Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/hpcmips/vr Pull up revisions 1.11, 1.23 (via p...
details: https://anonhg.NetBSD.org/src/rev/efa32fa7993f
branches: netbsd-1-5
changeset: 491712:efa32fa7993f
user: he <he%NetBSD.org@localhost>
date: Wed May 09 20:30:54 2001 +0000
description:
Pull up revisions 1.11, 1.23 (via patch, requested by shin):
Remove local queue macro definitions, they're in <sys/queue.h>
now.
diffstat:
sys/arch/hpcmips/vr/vrgiu.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 9059c501899e -r efa32fa7993f sys/arch/hpcmips/vr/vrgiu.c
--- a/sys/arch/hpcmips/vr/vrgiu.c Wed May 09 20:30:33 2001 +0000
+++ b/sys/arch/hpcmips/vr/vrgiu.c Wed May 09 20:30:54 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vrgiu.c,v 1.10 2000/04/03 03:40:00 sato Exp $ */
+/* $NetBSD: vrgiu.c,v 1.10.4.1 2001/05/09 20:30:54 he Exp $ */
/*-
* Copyright (c) 1999
* Shin Takemura and PocketBSD Project. All rights reserved.
@@ -38,9 +38,6 @@
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/queue.h>
-#define TAILQ_FOREACH(var, head, field) \
- for (var = TAILQ_FIRST(head); var; var = TAILQ_NEXT(var, field))
-#define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
#include <mips/cpuregs.h>
#include <machine/bus.h>
Home |
Main Index |
Thread Index |
Old Index