summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-12-04 22:36:40 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-12-04 22:36:40 +0000
commitce942d96626420b63213c674a7d11a8590d972bc (patch)
treee5235b8fe52661dbcf4464a42b491af76fc6d428 /sys/arch/powerpc
parent5cbc5dc1bbfc5e16afd43ddaaaa3f5799ba0dda8 (diff)
Remove remains of the idle pcb/stack.
ok miod@
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/cpu.h b/sys/arch/powerpc/include/cpu.h
index 5e0a49f112b..de9c477b74a 100644
--- a/sys/arch/powerpc/include/cpu.h
+++ b/sys/arch/powerpc/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.31 2007/03/23 21:06:05 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.32 2007/12/04 22:36:39 kettenis Exp $ */
/* $NetBSD: cpu.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */
/*
@@ -50,7 +50,6 @@ struct cpu_info {
struct pmap *ci_curpm;
struct proc *ci_fpuproc;
struct proc *ci_vecproc;
- struct pcb *ci_idle_pcb; /* PA of our idle pcb */
int ci_cpuid;
volatile int ci_astpending;