From 7286680665492cb396f6a0dbe32249a2de9c6494 Mon Sep 17 00:00:00 2001 From: weissms Date: Sun, 21 Aug 2011 21:27:15 +0000 Subject: [PATCH] Include generic PPC definitions. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@40796 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/include/asm/cpu.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/include/asm/cpu.h b/compiler/include/asm/cpu.h index c3fe587290..0999684fae 100644 --- a/compiler/include/asm/cpu.h +++ b/compiler/include/asm/cpu.h @@ -3,7 +3,7 @@ /* Copyright © 1995-2011, The AROS Development Team. All rights reserved. - $Id: io.h 37974 2011-04-01 06:37:44Z sonic $ + $Id$ CPU-specific assembler definitions. This file and included one describe hardware-level control structures @@ -18,6 +18,9 @@ #ifdef __i386__ # include #endif +#ifdef __powerpc__ +# include +#endif #ifdef __arm__ # include #endif -- 2.11.4.GIT