Module Name: src
Committed By: matt
Date: Fri Jun 17 23:15:09 UTC 2011
Modified Files:
src/sys/arch/powerpc/oea: genassym.cf
Log Message:
Add IPL_HIGH and IPL_SCHED so locore.S can use them.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/powerpc/oea/genassym.cf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/oea/genassym.cf
diff -u src/sys/arch/powerpc/oea/genassym.cf:1.21 src/sys/arch/powerpc/oea/genassym.cf:1.22
--- src/sys/arch/powerpc/oea/genassym.cf:1.21 Thu Jun 16 04:38:21 2011
+++ src/sys/arch/powerpc/oea/genassym.cf Fri Jun 17 23:15:09 2011
@@ -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])