mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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:
parent
fa6736526e
commit
81516ef418
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue