artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cdeb2c
)
sleep_cpu/resume_cpu are part of an earlier MI split attempt
author
deraadt
<deraadt@openbsd.org>
Fri, 11 Feb 2022 00:43:27 +0000
(
00:43
+0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 11 Feb 2022 00:43:27 +0000
(
00:43
+0000)
noticed by kettenis
sys/arch/arm64/dev/apm.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/dev/apm.c
b/sys/arch/arm64/dev/apm.c
index
c0a522d
..
b3fd675
100644
(file)
--- a/
sys/arch/arm64/dev/apm.c
+++ b/
sys/arch/arm64/dev/apm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: apm.c,v 1.1
0 2022/02/10 06:52:13
deraadt Exp $ */
+/* $OpenBSD: apm.c,v 1.1
1 2022/02/11 00:43:27
deraadt Exp $ */
/*-
* Copyright (c) 2001 Alexander Guy. All rights reserved.
@@
-355,17
+355,6
@@
sleep_clocks(void *v)
{
}
-int
-sleep_cpu(void *v, int state)
-{
- return 0;
-}
-
-void
-resume_cpu(void *sc, int state)
-{
-}
-
#ifdef MULTIPROCESSOR
void