瀏覽代碼

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

git-svn-id: trunk@45802 -
Károly Balogh 5 年之前
父節點
當前提交
09f0a3dd63
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/powerpc/powerpc.inc

+ 2 - 0
rtl/powerpc/powerpc.inc

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