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)
This commit is contained in:
Minsoo Choo 2025-12-02 23:00:39 -05:00 committed by Ed Maste
parent fa6736526e
commit 81516ef418

View file

@ -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