diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2008-12-31 11:11:05 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2008-12-31 11:11:05 +0000 |
| commit | baffe80103888a77865e6533735fed53f078adeb (patch) | |
| tree | bd240138fe4d377fd31488332cadeed2cdd0ba50 /sys/arch/atari/include | |
| parent | 99a3dabf8e8e78da60eb30261d15d7dc37ab744d (diff) | |
Remove quite obsolete pcb_cmap2.
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/pcb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/atari/include/pcb.h b/sys/arch/atari/include/pcb.h index 093e5b66001..5847f718347 100644 --- a/sys/arch/atari/include/pcb.h +++ b/sys/arch/atari/include/pcb.h @@ -1,4 +1,4 @@ -/* $NetBSD: pcb.h,v 1.7 2007/03/04 05:59:41 christos Exp $ */ +/* $NetBSD: pcb.h,v 1.8 2008/12/31 11:11:05 tsutsui Exp $ */ /* * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. @@ -91,7 +91,6 @@ struct pcb int __pcb_spare0; int pcb_usp; /* user stack pointer (+8) */ int pcb_regs[12]; /* D2-D7, A2-A7 (+C) */ - int pcb_cmap2; /* temporary copy PTE */ void * pcb_onfault; /* for copyin/out faults */ struct fpframe pcb_fpregs; /* 68881/2 context save area */ int pcb_exec[16]; /* exec structure for core dumps */ |
