Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch MIPS_INT_MASK_CLOCK and INT_MASK_REAL_DEV are depre...
details: https://anonhg.NetBSD.org/src/rev/53d96ae4c50e
branches: trunk
changeset: 485769:53d96ae4c50e
user: soren <soren%NetBSD.org@localhost>
date: Fri May 05 03:18:25 2000 +0000
description:
MIPS_INT_MASK_CLOCK and INT_MASK_REAL_DEV are deprecated.
diffstat:
sys/arch/arc/include/cpu.h | 9 +--------
sys/arch/cobalt/include/cpu.h | 4 +---
sys/arch/hpcmips/include/cpu.h | 15 ++-------------
3 files changed, 4 insertions(+), 24 deletions(-)
diffs (65 lines):
diff -r 7aa531927749 -r 53d96ae4c50e sys/arch/arc/include/cpu.h
--- a/sys/arch/arc/include/cpu.h Fri May 05 01:27:47 2000 +0000
+++ b/sys/arch/arc/include/cpu.h Fri May 05 03:18:25 2000 +0000
@@ -1,14 +1,9 @@
-/* $NetBSD: cpu.h,v 1.12 2000/04/15 22:05:52 soda Exp $ */
+/* $NetBSD: cpu.h,v 1.13 2000/05/05 03:18:25 soren Exp $ */
/* $OpenBSD: cpu.h,v 1.9 1998/01/28 13:46:10 pefo Exp $ */
#ifndef _ARC_CPU_H_
#define _ARC_CPU_H_
-/*
- * Internal timer causes hard interrupt 5.
- */
-#define MIPS_INT_MASK_CLOCK MIPS_INT_MASK_5
-
#include <mips/cpu.h>
#include <mips/cpuregs.h>
@@ -18,8 +13,6 @@
*/
#define COPY_SIGCODE /* copy sigcode above user stack in exec */
-#define INT_MASK_REAL_DEV MIPS3_HARD_INT_MASK /* XXX */
-
#ifndef _LOCORE
struct tlb;
extern void mips3_TLBWriteIndexedVPS __P((u_int index, struct tlb *tlb));
diff -r 7aa531927749 -r 53d96ae4c50e sys/arch/cobalt/include/cpu.h
--- a/sys/arch/cobalt/include/cpu.h Fri May 05 01:27:47 2000 +0000
+++ b/sys/arch/cobalt/include/cpu.h Fri May 05 03:18:25 2000 +0000
@@ -1,6 +1,4 @@
-/* $NetBSD: cpu.h,v 1.4 2000/04/15 22:05:52 soda Exp $ */
+/* $NetBSD: cpu.h,v 1.5 2000/05/05 03:18:26 soren Exp $ */
#include <mips/cpu.h>
#include <mips/cpuregs.h>
-
-#define INT_MASK_REAL_DEV MIPS_HARD_INT_MASK
diff -r 7aa531927749 -r 53d96ae4c50e sys/arch/hpcmips/include/cpu.h
--- a/sys/arch/hpcmips/include/cpu.h Fri May 05 01:27:47 2000 +0000
+++ b/sys/arch/hpcmips/include/cpu.h Fri May 05 03:18:25 2000 +0000
@@ -1,20 +1,9 @@
-/* $NetBSD: cpu.h,v 1.5 2000/04/15 22:05:52 soda Exp $ */
+/* $NetBSD: cpu.h,v 1.6 2000/05/05 03:18:26 soren Exp $ */
#ifndef __HPCMIPS_CPU_H
#define __HPCMIPS_CPU_H
-/*
- * VR4100: Internal timer causes hard interrupt 5.
- */
-#define MIPS_INT_MASK_CLOCK MIPS_INT_MASK_5
-
#include <mips/cpu.h>
-#include <mips/cpuregs.h> /* XXX */
-
-#ifdef ENABLE_MIPS_TX3900
-#define INT_MASK_REAL_DEV MIPS_HARD_INT_MASK
-#else
-#define INT_MASK_REAL_DEV MIPS3_HARD_INT_MASK /* XXX */
-#endif
+#include <mips/cpuregs.h>
#endif __HPCMIPS_CPU_H
Home |
Main Index |
Thread Index |
Old Index