Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=iwo67zd1; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SNja5ndH Received: by mail.netbsd.org (Postfix, from userid 605) id 97C0284E62; Mon, 22 Apr 2024 23:07:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713827269; bh=nGaEuZ0rRGlyJTMiH54hKAw52zNvd/Ts9qGCH1tULoI=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=iwo67zd1itlCYhBBpqhHIO6xA47MAnt65sYpkPf7kS19idV6BnL21Xb8LdwSwDabd wpjd6wjQav2GvjGdkn0dcu05RwOgJCHpYmOoNiSgTcvPpON5rgIEUM6l1kaJhU3toO 9dtpWDIkAbux8510mvqofp4IjBacP4+DcDvZTLAU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E8A884E53 for ; Mon, 22 Apr 2024 23:07: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 tzi2pYp4j9CH for ; Mon, 22 Apr 2024 23:07:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1C5C384D4B for ; Mon, 22 Apr 2024 23:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713827268; bh=nGaEuZ0rRGlyJTMiH54hKAw52zNvd/Ts9qGCH1tULoI=; h=Date:From:Subject:To:Reply-To; b=SNja5ndH6hyEb7B7G6149GZPmDegj73Bt5lBVqIoZ5WIXhelwteIA2y7geW+dBalS ekvfHoDA2wG17PuI8FpmjxYIlVGEtbdM1qCFS1SMVMlZpQyEF2W8Z3RlTrJYk55fRM QxrXtxrx7KmCyLFMGdE1s8PGfPnpbcGw3zh+NMRU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B736FA2C; Mon, 22 Apr 2024 23:07:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 22 Apr 2024 23:07:48 +0000 From: "Andrius Varanavicius" Subject: CVS commit: src/sys/arch/x86/x86 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240422230748.0B736FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Andrius Varanavicius" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: andvar Date: Mon Apr 22 23:07:47 UTC 2024 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: Surround full mp_cpu_start() method with NLAPIC > 0 guard. Initialization is based on x86_ipi* functions, which are implemented only when lapic flag is enabled. To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/sys/arch/x86/x86/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.