Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4AEF84EB5 for ; Sun, 16 Jul 2023 10:18:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bzIWwOf_vgIW for ; Sun, 16 Jul 2023 10:18:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 66BE084E5F for ; Sun, 16 Jul 2023 10:18:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64195FBDB; Sun, 16 Jul 2023 10:18:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 16 Jul 2023 10:18:19 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/kern To: source-changes@NetBSD.org Approved: for-source-only Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20230716101819.64195FBDB@cvs.NetBSD.org> Module Name: src Committed By: riastradh Date: Sun Jul 16 10:18:19 UTC 2023 Modified Files: src/sys/kern: kern_heartbeat.c Log Message: heartbeat(9): For now, use time_uptime without atomic_load_relaxed. A later commit will change time_uptime to a macro so it is atomic, using atomc_load_relaxed if possible or seqlock if not. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/kern/kern_heartbeat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.