Set the default for machdep.lidaction to 1 like on amd64.
authorkettenis <kettenis@openbsd.org>
Mon, 9 Jan 2023 20:32:21 +0000 (20:32 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 9 Jan 2023 20:32:21 +0000 (20:32 +0000)
ok tobhe@, deraadt@

sys/arch/arm64/arm64/machdep.c

index 0534221..b44af8d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.78 2022/11/26 17:23:15 tobhe Exp $ */
+/* $OpenBSD: machdep.c,v 1.79 2023/01/09 20:32:21 kettenis Exp $ */
 /*
  * Copyright (c) 2014 Patrick Wildt <patrick@blueri.se>
  * Copyright (c) 2021 Mark Kettenis <kettenis@openbsd.org>
@@ -71,7 +71,7 @@ void (*cpuresetfn)(void);
 void (*powerdownfn)(void);
 
 int cold = 1;
-int lid_action = 0;
+int lid_action = 1;
 
 struct vm_map *exec_map = NULL;
 struct vm_map *phys_map = NULL;