Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Jan 2026 20:13:33 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Minsoo Choo <minsoochoo0122@proton.me>
Subject:   git: 81516ef418a7 - main - param.h: remove powerpcspe
Message-ID:  <6961616d.84d8.4dbc884c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=81516ef418a7b3fb23b423b62dc1f2a5a3bde51b

commit 81516ef418a7b3fb23b423b62dc1f2a5a3bde51b
Author:     Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2025-12-03 04:00:39 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-09 20:11:22 +0000

    param.h: remove powerpcspe
    
    Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
    Reviewed by:    emaste
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1914
    (cherry picked from commit 1bfae8b50814697ac12bc8879ad8013e7ffd77b2)
---
 sys/powerpc/include/param.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h
index a190f60c02cc..a154859c0459 100644
--- a/sys/powerpc/include/param.h
+++ b/sys/powerpc/include/param.h
@@ -57,13 +57,9 @@
 #define	MACHINE_ARCH	"powerpc64"
 #endif
 #else
-#ifdef	__SPE__
-#define	MACHINE_ARCH	"powerpcspe"
-#else
 #define	MACHINE_ARCH	"powerpc"
 #endif
 #endif
-#endif
 #define	MID_MACHINE	MID_POWERPC
 #ifdef __powerpc64__
 #ifndef	MACHINE_ARCH32


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6961616d.84d8.4dbc884c>