diff options
Diffstat (limited to 'sys/arch/hppa/include/cpu.h')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index a7b842a0373..576b9189826 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.73 2010/06/03 15:05:52 jsing Exp $ */ +/* $OpenBSD: cpu.h,v 1.74 2010/06/03 15:48:58 jsing Exp $ */ /* * Copyright (c) 2000-2004 Michael Shalayeff @@ -84,7 +84,7 @@ struct cpu_info { volatile int ci_flags; struct proc *ci_curproc; - paddr_t ci_spinup_stack; + paddr_t ci_stack; register_t ci_psw; /* Processor Status Word. */ volatile int ci_cpl; |