diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2018-01-29 14:53:02 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2018-01-29 14:53:02 +0000 |
commit | 634a2ecec4e79b65aebefab9fd496c6287cd0eca (patch) | |
tree | b9a06f61732af2d31b22d2998ee62dbf61564b45 | |
parent | a89351777373521ba06232057990580bfe51e723 (diff) |
Drop unused field `ci_ipiih'.
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index 689e8e4b2da..e0ba146a4c9 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.122 2017/10/21 06:11:22 visa Exp $ */ +/* $OpenBSD: cpu.h,v 1.123 2018/01/29 14:53:01 visa Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -205,7 +205,6 @@ struct cpu_info { uint ci_intrdepth; /* interrupt depth */ #ifdef MULTIPROCESSOR u_long ci_flags; /* flags; see below */ - struct intrhand ci_ipiih; #endif volatile int ci_ddb; #define CI_DDB_RUNNING 0 |