diff options
Diffstat (limited to 'sys/arch/macppc/macppc/genassym.cf')
-rw-r--r-- | sys/arch/macppc/macppc/genassym.cf | 8 |
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 |