git: 81516ef418a7 - main - param.h: remove powerpcspe
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Jan 2026 20:13:33 UTC
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