Received: by mail.netbsd.org (Postfix, from userid 605) id 2E53584E76; Wed, 28 Feb 2024 04:14:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709093689; bh=rFRakCMFUFdBF8D0VH2Ke3favQrao7WSkNL7id2IFLw=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=J4vUeCShuufTAS24u6uMHfUM7kIHxgZ2ILz2uuTV9gWFrKTrK1MhLsiyEEEwvhU7H 8+eL0p4qbMCB2vOdu+TraViXojuV1AYcSuHYaYF3siw3cbXD6ga+3X2VJekV3pkrXp VZQ4zwTXMx+hO+E4T9Xrlar7gnoCqMtrJRHejT9s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 18B4F84D4C for ; Wed, 28 Feb 2024 04:14:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 TgLyIs5V4zG2 for ; Wed, 28 Feb 2024 04:14:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AEAA484CCA for ; Wed, 28 Feb 2024 04:14:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709093687; bh=rFRakCMFUFdBF8D0VH2Ke3favQrao7WSkNL7id2IFLw=; h=Date:From:Subject:To:Reply-To; b=b7ioAR1XrHHw8p5HmyIlV9bcdPprEqe7sfyPWkZQfKjPR0voSkehWSZJgCw3atP4H +fqH6XshwqSTB9Jza03WLH2fcFb56PCnkvq261HSM5PM/CDXO3QgtA9uLsKBBf1UOu ipijs66k2Skc4WmNA27+hZn8LOiZndFmLMVHgMXw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A861CFA27; Wed, 28 Feb 2024 04:14:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 28 Feb 2024 04:14:47 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/kern To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240228041447.A861CFA27@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: riastradh Date: Wed Feb 28 04:14:47 UTC 2024 Modified Files: src/sys/kern: kern_heartbeat.c Log Message: heartbeat(9): Restore still-applicable comment nixed in last commit. The nesting depth is stored in ci_heartbeat_suspend which is 32-bit. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 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.