Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/oea Add IPL_HIGH and IPL_SCHED so locore.S ...
details: https://anonhg.NetBSD.org/src/rev/51fc6722d908
branches: trunk
changeset: 766178:51fc6722d908
user: matt <matt%NetBSD.org@localhost>
date: Fri Jun 17 23:15:09 2011 +0000
description:
Add IPL_HIGH and IPL_SCHED so locore.S can use them.
diffstat:
sys/arch/powerpc/oea/genassym.cf | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 19b1908d32ab -r 51fc6722d908 sys/arch/powerpc/oea/genassym.cf
--- a/sys/arch/powerpc/oea/genassym.cf Fri Jun 17 23:14:40 2011 +0000
+++ b/sys/arch/powerpc/oea/genassym.cf Fri Jun 17 23:15:09 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.21 2011/06/16 04:38:21 matt Exp $
+# $NetBSD: genassym.cf,v 1.22 2011/06/17 23:15:09 matt Exp $
#
# Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -51,6 +51,9 @@
include <powerpc/cpu.h>
include <powerpc/oea/cpufeat.h>
+define IPL_HIGH IPL_HIGH
+define IPL_SCHED IPL_SCHED
+
define FRAMELEN FRAMELEN
define FRAME_TF offsetof(struct ktrapframe, ktf_tf)
define FRAME_R0 offsetof(struct ktrapframe, ktf_tf.tf_fixreg[0])
Home |
Main Index |
Thread Index |
Old Index