diff options
author | Martin Natano <natano@cvs.openbsd.org> | 2017-07-12 06:26:34 +0000 |
---|---|---|
committer | Martin Natano <natano@cvs.openbsd.org> | 2017-07-12 06:26:34 +0000 |
commit | bef770797c339ea6d81910ab41ea6c098c3700d2 (patch) | |
tree | 3ab583d4494e6d4dd3d59b4bf4024af10d308540 /sys/arch/mips64/include | |
parent | ec96b9a29bfe4ade999dfd5962fc51c949e9e686 (diff) |
remove CPU_LIDSUSPEND/machdep.lidsuspend
"fire away!" tedu
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index 35548958f16..863616979b4 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.118 2017/06/11 03:35:30 visa Exp $ */ +/* $OpenBSD: cpu.h,v 1.119 2017/07/12 06:26:33 natano Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -364,7 +364,7 @@ void cp0_calibrate(struct cpu_info *); */ #define CPU_ALLOWAPERTURE 1 /* allow mmap of /dev/xf86 */ /* 2 formerly: keyboard reset */ -#define CPU_LIDSUSPEND 3 /* lid close causes a suspend */ + /* 3 formerly: CPU_LIDSUSPEND */ #define CPU_LIDACTION 4 /* action caused by lid close */ #define CPU_MAXID 5 /* number of valid machdep ids */ @@ -372,7 +372,7 @@ void cp0_calibrate(struct cpu_info *); { 0, 0 }, \ { "allowaperture", CTLTYPE_INT }, \ { 0, 0 }, \ - { "lidsuspend", CTLTYPE_INT }, \ + { 0, 0 }, \ { "lidaction", CTLTYPE_INT }, \ } |