sleep_cpu/resume_cpu are part of an earlier MI split attempt
authorderaadt <deraadt@openbsd.org>
Fri, 11 Feb 2022 00:43:27 +0000 (00:43 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 11 Feb 2022 00:43:27 +0000 (00:43 +0000)
noticed by kettenis

sys/arch/arm64/dev/apm.c

index c0a522d..b3fd675 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: apm.c,v 1.10 2022/02/10 06:52:13 deraadt Exp $        */
+/*     $OpenBSD: apm.c,v 1.11 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