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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user