diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-11-02 19:10:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-11-02 19:10:52 +0000 |
commit | 016c9cec76f362d2a763cad53b54069ec56e94ce (patch) | |
tree | e8702b6d8cd49514c8dba32bb65a4c7c2207fc57 /sys/arch/alpha | |
parent | 0231a9f10e9f9cab29c6d2b2ad4907994442ae4a (diff) |
typo
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/trap.c b/sys/arch/alpha/alpha/trap.c index 96ca595c100..386921b472f 100644 --- a/sys/arch/alpha/alpha/trap.c +++ b/sys/arch/alpha/alpha/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.62 2012/11/01 21:09:17 miod Exp $ */ +/* $OpenBSD: trap.c,v 1.63 2012/11/02 19:10:51 miod Exp $ */ /* $NetBSD: trap.c,v 1.52 2000/05/24 16:48:33 thorpej Exp $ */ /*- @@ -687,7 +687,7 @@ ast(framep) struct proc *p = ci->ci_curproc; p->p_md.md_tf = framep; - p->p_md.md_astepending = 0; + p->p_md.md_astpending = 0; #ifdef DIAGNOSTIC if ((framep->tf_regs[FRAME_PS] & ALPHA_PSL_USERMODE) == 0) |