From: deraadt Date: Fri, 11 Feb 2022 00:43:27 +0000 (+0000) Subject: sleep_cpu/resume_cpu are part of an earlier MI split attempt X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bdd9e80502bb657685df9d50161b93d657f548f9;p=openbsd sleep_cpu/resume_cpu are part of an earlier MI split attempt noticed by kettenis --- diff --git a/sys/arch/arm64/dev/apm.c b/sys/arch/arm64/dev/apm.c index c0a522d9223..b3fd675b3f1 100644 --- a/sys/arch/arm64/dev/apm.c +++ b/sys/arch/arm64/dev/apm.c @@ -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