Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gx4V6/OG; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=GLJuCt5E Received: by mail.netbsd.org (Postfix, from userid 605) id 22F8F84E63; Mon, 22 Apr 2024 22:29:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713824971; bh=HtND0uVVHodhlsW8P3Rz2Q1zH25yo8+IKNqywYHN6Sc=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=gx4V6/OGNC8X7fMxIDAHeIPoZDIL1TksN4dTMbNDosynwuVBfITuEOCzSQRE80/Z+ jE5l+X5xYO5OSpjUNNwxxDfLepyISEkj1y+awx6rF2+gJWZUIRyabOtS2NxbYkPZIU mBKEpst2UH/12yYpBiviESX6Wo/nglkEAeDuQPbk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B6E884E62 for ; Mon, 22 Apr 2024 22:29:30 +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 L05dOD2Saq6l for ; Mon, 22 Apr 2024 22:29:29 +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 9693184DB2 for ; Mon, 22 Apr 2024 22:29:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713824969; bh=HtND0uVVHodhlsW8P3Rz2Q1zH25yo8+IKNqywYHN6Sc=; h=Date:From:Subject:To:Reply-To; b=GLJuCt5EFDQIziJV0Bc4W6bcZGg/ful16CY/hGx6bvzpn82P2Xv2nUwnvEwsIzdFH 85lT8+48BTl+ZKV0Q/d135qKdxT8TV2GJBXEi9+uJ8yJ1jrZ32acoQflWCMz+h0Ji5 /9C9Rr+94r12voNLrXOYS0FTXYEVldT/1eHpcLzM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83492FA2C; Mon, 22 Apr 2024 22:29:29 +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 22:29:29 +0000 From: "Andrius Varanavicius" Subject: CVS commit: src/sys/arch/x86/x86 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240422222929.83492FA2C@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 22:29:29 UTC 2024 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Add opt_pci.h include to fix NO_PCI_MSI_MSIX build. (Path from Paolo Pisati in current_users@) While here: Simplify mp_cpu_start() ifdefs. MULTIPROCESSOR and HYPERV code falls under NLAPIC > 0, thus just combine all blocks under this guard. Rearrange opt_acpi.h include alphabetically. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/arch/x86/x86/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.