summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/score/registers.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 11:08:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 11:08:36 +0000
commit84c5345224a93f1dc6b67db749b3d3e7020ac6cb (patch)
tree6234fbe51f02a766ece52732f3711860dc712054 /cpukit/score/cpu/i386/rtems/score/registers.h
parent2004-04-16 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-84c5345224a93f1dc6b67db749b3d3e7020ac6cb.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/score/cpu/i386/rtems/score/registers.h')
-rw-r--r--cpukit/score/cpu/i386/rtems/score/registers.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/cpu/i386/rtems/score/registers.h b/cpukit/score/cpu/i386/rtems/score/registers.h
index b3dd9f436f..41e97abb16 100644
--- a/cpukit/score/cpu/i386/rtems/score/registers.h
+++ b/cpukit/score/cpu/i386/rtems/score/registers.h
@@ -1,5 +1,5 @@
/* registers.h
- *
+ *
* This file contains definition and constants related to Intel Cpu
*
* COPYRIGHT (c) 1998 valette@crf.canon.fr
@@ -106,7 +106,7 @@ typedef struct {
unsigned int virtual_intr_pending : 1;
unsigned int id : 1;
unsigned int : 2;
-
+
/*
* fourth byte : bits 24->31 : UNUSED
*/
@@ -128,7 +128,7 @@ typedef struct {
unsigned int monitor_coproc : 1;
unsigned int coproc_soft_emul : 1;
unsigned int floating_instr_except : 1;
-
+
unsigned int extension_type : 1;
unsigned int numeric_error : 1;
unsigned int : 2;
@@ -149,7 +149,7 @@ typedef struct {
* fourth byte 24->31
*/
unsigned int : 4;
-
+
unsigned int : 1;
unsigned int no_write_through : 1;
unsigned int page_level_cache_disable : 1;