From 16e1b4582dfc5615faf8fc3f556829737f8487bb Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Wed, 28 Oct 2009 02:45:24 +0000 Subject: [PATCH] 2009-10-27 Till Straumann * score/cpu/i386/rtems/asm.h: Added definition for cr4 register. --- cpukit/ChangeLog | 4 ++++ cpukit/score/cpu/i386/rtems/asm.h | 1 + 2 files changed, 5 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d6a3e4e778..4274f071a9 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-10-27 Till Straumann + + * score/cpu/i386/rtems/asm.h: Added definition for cr4 register. + 2009-10-23 Ralf Corsépius * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS. diff --git a/cpukit/score/cpu/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h index 7c6fcad58a..f18d54c5b1 100644 --- a/cpukit/score/cpu/i386/rtems/asm.h +++ b/cpukit/score/cpu/i386/rtems/asm.h @@ -83,6 +83,7 @@ #define esp REG (esp) #define ebp REG (ebp) #define cr0 REG (cr0) +#define cr4 REG (cr4) #define ax REG (ax) #define bx REG (bx)