aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/include/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/include/frame.h')
-rw-r--r--sys/x86/include/frame.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/x86/include/frame.h b/sys/x86/include/frame.h
index b8e090ff95d0..63a612ac5d43 100644
--- a/sys/x86/include/frame.h
+++ b/sys/x86/include/frame.h
@@ -200,7 +200,6 @@ struct trapframe_fred {
#define TF_HASBASES 0x00000002
#define TF_HASFPXSTATE 0x00000004
#define TF_RESERV0 0x00000008 /* no tlsbase in the trapframe */
-#define TF_FRED 0x00000010
#endif /* __amd64__ */
#endif /* _MACHINE_FRAME_H_ */