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/tx Pull up revisions 1.8, 1.11 (reques...
details: https://anonhg.NetBSD.org/src/rev/9059c501899e
branches: netbsd-1-5
changeset: 491711:9059c501899e
user: he <he%NetBSD.org@localhost>
date: Wed May 09 20:30:33 2001 +0000
description:
Pull up revisions 1.8, 1.11 (requested by shin):
Remove local queue macro definitions, they're in <sys/queue.h>
now.
diffstat:
sys/arch/hpcmips/tx/tx39icu.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r f7573e68e658 -r 9059c501899e sys/arch/hpcmips/tx/tx39icu.c
--- a/sys/arch/hpcmips/tx/tx39icu.c Wed May 09 20:24:54 2001 +0000
+++ b/sys/arch/hpcmips/tx/tx39icu.c Wed May 09 20:30:33 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tx39icu.c,v 1.7 2000/04/11 17:57:43 uch Exp $ */
+/* $NetBSD: tx39icu.c,v 1.7.4.1 2001/05/09 20:30:33 he Exp $ */
/*
* Copyright (c) 1999, 2000 by UCHIYAMA Yasushi
@@ -35,9 +35,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