artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c7281
)
Set the default for machdep.lidaction to 1 like on amd64.
author
kettenis
<kettenis@openbsd.org>
Mon, 9 Jan 2023 20:32:21 +0000
(20:32 +0000)
committer
kettenis
<kettenis@openbsd.org>
Mon, 9 Jan 2023 20:32:21 +0000
(20:32 +0000)
ok tobhe@, deraadt@
sys/arch/arm64/arm64/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/arm64/machdep.c
b/sys/arch/arm64/arm64/machdep.c
index
0534221
..
b44af8d
100644
(file)
--- a/
sys/arch/arm64/arm64/machdep.c
+++ b/
sys/arch/arm64/arm64/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.7
8 2022/11/26 17:23:15 tobhe
Exp $ */
+/* $OpenBSD: machdep.c,v 1.7
9 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;