summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm/include/pcb.h')
-rw-r--r--sys/arch/arm/include/pcb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/include/pcb.h b/sys/arch/arm/include/pcb.h
index d52c0893513..29303fc170b 100644
--- a/sys/arch/arm/include/pcb.h
+++ b/sys/arch/arm/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */
+/* $OpenBSD: pcb.h,v 1.2 2006/03/07 20:20:30 miod Exp $ */
/* $NetBSD: pcb.h,v 1.10 2003/10/13 21:46:39 scw Exp $ */
/*
@@ -83,7 +83,6 @@ struct pcb_arm26 {
struct pcb {
u_int pcb_flags;
#define PCB_OWNFPU 0x00000001
-#define PCB_NOALIGNFLT 0x00000002 /* For COMPAT_15/EXEC_AOUT */
struct trapframe *pcb_tf;
caddr_t pcb_onfault; /* On fault handler */
union {