From 2b5c094f1c71057e5f046a5b2a83639095423095 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Nov 2001 20:16:53 +0000 Subject: 2001-11-14 Andrew Dachs * shared/ppc.h: mpc8260 has double FPU not single FPU. --- cpukit/score/cpu/powerpc/rtems/score/ppc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/powerpc/rtems/score/ppc.h') diff --git a/cpukit/score/cpu/powerpc/rtems/score/ppc.h b/cpukit/score/cpu/powerpc/rtems/score/ppc.h index dcfb8b968a..754d633d11 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/ppc.h +++ b/cpukit/score/cpu/powerpc/rtems/score/ppc.h @@ -291,7 +291,7 @@ extern "C" { #define PPC_INTERRUPT_MAX 125 /*#define PPC_HAS_FPU 0 */ /* my 8260 is one the few with no FPU */ #define PPC_HAS_FPU 1 /* the rest do have one */ -#define PPC_HAS_DOUBLE 0 +#define PPC_HAS_DOUBLE 1 #define PPC_USE_MULTIPLE 1 #define PPC_USE_SPRG 1 #else -- cgit v1.2.3