summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/macppc/genassym.cf
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-03-22 19:26:29 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-03-22 19:26:29 +0000
commitf9328a9d729c2c45cf9206acbd704286d906629e (patch)
tree2d3c92ac279f5e6884f2becbd6a8094b900be389 /sys/arch/macppc/macppc/genassym.cf
parent35dd6c7fe34fb7c7f20c55d57f526f32ac9d412f (diff)
Move powerpc to __HAVE_MUTEX. With help from drahn@. Tested by nick@, xsa@,
deraadt@. "reads right" deraadt@
Diffstat (limited to 'sys/arch/macppc/macppc/genassym.cf')
-rw-r--r--sys/arch/macppc/macppc/genassym.cf8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/macppc/macppc/genassym.cf b/sys/arch/macppc/macppc/genassym.cf
index 3a3735aaae2..4249820a8c6 100644
--- a/sys/arch/macppc/macppc/genassym.cf
+++ b/sys/arch/macppc/macppc/genassym.cf
@@ -1,4 +1,4 @@
-# $OpenBSD: genassym.cf,v 1.13 2007/03/20 20:59:54 kettenis Exp $
+# $OpenBSD: genassym.cf,v 1.14 2007/03/22 19:26:28 kettenis Exp $
#
# Copyright (c) 1982, 1990 The Regents of the University of California.
# All rights reserved.
@@ -38,6 +38,7 @@ include <uvm/uvm_extern.h>
include <machine/pcb.h>
include <machine/pmap.h>
include <machine/cpu.h>
+include <machine/mutex.h>
export FRAMELEN
struct trapframe FRAME_
@@ -95,3 +96,8 @@ member ci_intstk
member ci_tempsave
member ci_ddbsave
member ci_disisave
+
+struct mutex
+member mtx_wantipl
+member mtx_oldcpl
+member mtx_owner