aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinsoo Choo <minsoochoo0122@proton.me>2025-12-03 04:00:39 +0000
committerEd Maste <emaste@FreeBSD.org>2026-01-09 20:11:22 +0000
commit81516ef418a7b3fb23b423b62dc1f2a5a3bde51b (patch)
treefea2ab75ec1b89f93bfc07d5a9be7e07e7ba32ef
parentfa6736526e18a4343f908f41d8019982e6994f05 (diff)
-rw-r--r--sys/powerpc/include/param.h4
1 files changed, 0 insertions, 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