From nobody Mon Apr 27 17:18:21 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g49JM04spz6bMT6 for ; Mon, 27 Apr 2026 17:18:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g49JL6Ytpz3r8V for ; Mon, 27 Apr 2026 17:18:26 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777310306; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BSvwcuk0Q11q+XTju6tJOMgMj0uy8ZP/T21pVawTfJw=; b=E2KkOAaUHJH4dGXBIJaKsDJ4v3ttcDRLrHiEHnRxacw/665V+bTzU789mkcswXWYyofgGd YbxwOL/qgwzaeRcLfeW+k4CSQzwTUSX3Cs/MQBiDZWIoCcs0S2qm8tOYl6+c8r4ViF2y2D AeKr9GHrmcFZ/cS0LdsoRtpNFyfOKx2p8JrCRKRju3BJMVAG+qTUk4bny2VWqllmvhFtK8 FnDEqnS+148weFvMJTTmpXkl7Fe1w1JFFX/r7K03EodwldFkWD7aGogABYIsglmBi+98KJ mdrI4NCH1rLCRYVnkoVv6pI5cvqJmWyCKbnRow7ZiiIkIATKckevE/meWRAmXA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777310306; a=rsa-sha256; cv=none; b=Qlm1TB+ZKGt2ycLSug3keweJxkaV6OAiSgXpNBVfHlfyCJyBEhW3qzRaPsJ5MWlx3fJAaX MBWII7Vh0k8vgD6KmUNc9Iv3TP6tBAQuouokOmy6JLXifBizSFTLpYL2gnkcpk+7pgPUgG 1hWpybqcWi9k+NBKdnT4exS2qXQmhe8xbd+4IutriWE+UvFLEOV0OakE8e7iMxhfCXCsIM IF5DDeppGdvKNtFmBhKHV8bf1fc0df97j4CAPbCgko3V2T21tbdfh1VVfcS9u9rxDFUqn0 OskFw4QC8gm9Mwo0G9cBfLt/kVtxX6zwQ8tljqvI9UyvRY/vQXAN6yzI5WO3SQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777310306; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BSvwcuk0Q11q+XTju6tJOMgMj0uy8ZP/T21pVawTfJw=; b=KZB1QDMJt7xUW2B74s+98CdNuBlo2Z6udFx4H7Gi7tqQC0UqMjlCymWFXG7R0cKFSOqAa/ 6e/VWGF5ZoF097xJU2shJKHBRQsfJgBGeNVTdStCIA/vf0AUIvUhszI6TA39lJnh+DT4ea 3z0WpEwwysLQe3SECzkEza3tMBtI08ZVUd7f+0N9F0HhaeoJjreYD5+4ewfcqJiPv7uuPw hWgCcTglIByFhYsFgmsR7n1fxoANdHmvEzSjkInuRuPfbConxOSmGE7stmJcDYIRc8jknw 2DS5vPf5tPGvuLApwW60tkt0Tf9syfvJYOU07af5cTIkEEgKodX/CHPBkpyq4w== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g49JL697wz1vB for ; Mon, 27 Apr 2026 17:18:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 19e4e by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 27 Apr 2026 17:18:21 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Ali Mashtizadeh From: Ed Maste Subject: git: 43315a8a15cc - stable/15 - powerpc: remove dead code call into x86 perfmon List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 43315a8a15cc5a690ac97ccb911106cf704286f9 Auto-Submitted: auto-generated Date: Mon, 27 Apr 2026 17:18:21 +0000 Message-Id: <69ef9a5d.19e4e.8cb29e@gitrepo.freebsd.org> The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=43315a8a15cc5a690ac97ccb911106cf704286f9 commit 43315a8a15cc5a690ac97ccb911106cf704286f9 Author: Ali Mashtizadeh AuthorDate: 2026-04-20 22:23:57 +0000 Commit: Ed Maste CommitDate: 2026-04-27 17:17:46 +0000 powerpc: remove dead code call into x86 perfmon FreeBSD and NetBSD has copied these lines from the x86 architecture when porting to other machines and forgetting to delete them. Reviewed by: mhorne Sponsored by: Netflix Pull Request: https://github.com/freebsd/freebsd-src/pull/2154 (cherry picked from commit 0ac31026e1e0fb4e4b8a2eaa8ce2ead6a945dc6e) --- sys/powerpc/powerpc/machdep.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index 04b3967ee110..a98f095cadc0 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -195,9 +195,6 @@ cpu_startup(void *dummy) */ cpu_setup(PCPU_GET(cpuid)); -#ifdef PERFMON - perfmon_init(); -#endif printf("real memory = %ju (%ju MB)\n", ptoa((uintmax_t)physmem), ptoa((uintmax_t)physmem) / 1048576); realmem = physmem;