diff options
author | 2015-02-10 05:35:19 +0000 | |
---|---|---|
committer | 2015-02-10 05:35:19 +0000 | |
commit | 09bf4fa275189969f47a66966dec8887b42b8502 (patch) | |
tree | 3fe60990706157a76c59f3ead85b40d31006845d | |
parent | Factor out the common bits of process_new() and main()'s code for (diff) | |
download | wireguard-openbsd-09bf4fa275189969f47a66966dec8887b42b8502.tar.xz wireguard-openbsd-09bf4fa275189969f47a66966dec8887b42b8502.zip |
Remove a #define for an ipi removed last year. No functional change.
-rw-r--r-- | sys/arch/amd64/include/intrdefs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/intrdefs.h b/sys/arch/amd64/include/intrdefs.h index 251e2958490..650d40ab5da 100644 --- a/sys/arch/amd64/include/intrdefs.h +++ b/sys/arch/amd64/include/intrdefs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intrdefs.h,v 1.12 2014/07/09 11:37:16 mlarkin Exp $ */ +/* $OpenBSD: intrdefs.h,v 1.13 2015/02/10 05:35:19 mlarkin Exp $ */ /* $NetBSD: intrdefs.h,v 1.2 2003/05/04 22:01:56 fvdl Exp $ */ #ifndef _AMD64_INTRDEFS_H @@ -79,7 +79,6 @@ #define X86_IPI_MTRR 0x00000020 #define X86_IPI_SETPERF 0x00000040 #define X86_IPI_DDB 0x00000080 -#define X86_IPI_HALT_REALMODE 0x00000100 #define X86_NIPI 8 |