powerpc: also drop DCBZ usage on AmigaOS4, as it runs on hardware with other than the assumed cacheline size

git-svn-id: trunk@45802 -
This commit is contained in:
Károly Balogh 2020-07-17 21:28:49 +00:00
parent 59331c3d3c
commit 09f0a3dd63

View File

@ -19,9 +19,11 @@
{$IFNDEF LINUX}
{$IFNDEF MORPHOS}
{$IFNDEF AMIGAOS4}
{$IFNDEF AIX}
{$DEFINE USE_DCBZ}
{$ENDIF AIX}
{$ENDIF AMIGAOS4}
{$ENDIF MORPHOS}
{$ENDIF LINUX}