Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include Thermal Management Interrupt is ava...
details: https://anonhg.NetBSD.org/src/rev/3d6642088c35
branches: trunk
changeset: 499453:3d6642088c35
user: tsubai <tsubai%NetBSD.org@localhost>
date: Mon Nov 20 15:16:04 2000 +0000
description:
Thermal Management Interrupt is available on 750, too.
diffstat:
sys/arch/powerpc/include/trap.h | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 07d8d2491812 -r 3d6642088c35 sys/arch/powerpc/include/trap.h
--- a/sys/arch/powerpc/include/trap.h Mon Nov 20 14:59:30 2000 +0000
+++ b/sys/arch/powerpc/include/trap.h Mon Nov 20 15:16:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.h,v 1.4 2000/11/19 20:48:20 matt Exp $ */
+/* $NetBSD: trap.h,v 1.5 2000/11/20 15:16:04 tsubai Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -50,13 +50,15 @@
/* The following are only available on 7400(G4): */
#define EXC_VEC 0x0f20 /* AltiVec Unavailable */
#define EXC_VECAST 0x1600 /* AltiVec Assist */
-#define EXC_VEC 0x1700 /* Thermal Management Interrupt */
/* The following are only available on 604/750/7400: */
#define EXC_PERF 0x0f00 /* Performance Monitoring */
#define EXC_BPT 0x1300 /* Instruction Breakpoint */
#define EXC_SMI 0x1400 /* System Managment Interrupt */
+/* The following are only available on 750/7400: */
+#define EXC_THRM 0x1700 /* Thermal Management Interrupt */
+
/* And these are only on the 603: */
#define EXC_IMISS 0x1000 /* Instruction translation miss */
#define EXC_DLMISS 0x1100 /* Data load translation miss */
Home |
Main Index |
Thread Index |
Old Index