From ab0df696d09f6b53b33345d207f8aead63a6fcab Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Aug 1998 15:15:46 +0000 Subject: Automatic CPU type detection code from Eric Valette . Enabled on the pc386. --- cpukit/score/cpu/i386/asm.h | 1 + cpukit/score/cpu/i386/rtems/asm.h | 1 + 2 files changed, 2 insertions(+) (limited to 'cpukit') diff --git a/cpukit/score/cpu/i386/asm.h b/cpukit/score/cpu/i386/asm.h index 53a4ea7e5a..9fe867c04c 100644 --- a/cpukit/score/cpu/i386/asm.h +++ b/cpukit/score/cpu/i386/asm.h @@ -92,6 +92,7 @@ #define edi REG (edi) #define esp REG (esp) #define ebp REG (ebp) +#define cr0 REG (cr0) #define ax REG (ax) #define bx REG (bx) diff --git a/cpukit/score/cpu/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h index 53a4ea7e5a..9fe867c04c 100644 --- a/cpukit/score/cpu/i386/rtems/asm.h +++ b/cpukit/score/cpu/i386/rtems/asm.h @@ -92,6 +92,7 @@ #define edi REG (edi) #define esp REG (esp) #define ebp REG (ebp) +#define cr0 REG (cr0) #define ax REG (ax) #define bx REG (bx) -- cgit v1.2.3