ARM: removed extra white space
authorChander Sudanthi <chander.sudanthi@arm.com>
Tue, 5 Jun 2012 05:23:10 +0000 (01:23 -0400)
committerChander Sudanthi <chander.sudanthi@arm.com>
Tue, 5 Jun 2012 05:23:10 +0000 (01:23 -0400)
Extra white space fixes in miscregs.hh

src/arch/arm/miscregs.hh

index 8fba5101b3583de0fe7ca5d3a87e270dc3cab893..0969479ee9f520dbe54d150b6fde5d31ffee290b 100644 (file)
@@ -351,7 +351,7 @@ namespace ArmISA
         Bitfield<31> ie;  // Instruction endianness
         Bitfield<30> te;  // Thumb Exception Enable
         Bitfield<29> afe; // Access flag enable
-        Bitfield<28> tre; // TEX Remap bit 
+        Bitfield<28> tre; // TEX Remap bit
         Bitfield<27> nmfi;// Non-maskable fast interrupts enable
         Bitfield<25> ee;  // Exception Endianness bit
         Bitfield<24> ve;  // Interrupt vectors enable
@@ -369,10 +369,10 @@ namespace ArmISA
         Bitfield<10> sw;  // Enable swp/swpb
         Bitfield<9,8> rs;   // deprecated protection bits
         Bitfield<6,3> rao4;// Read as one
-        Bitfield<7>  b;   // Endianness support (unused)  
+        Bitfield<7>  b;   // Endianness support (unused)
         Bitfield<2>  c;   // Cache enable bit
         Bitfield<1>  a;   // Alignment fault checking
-        Bitfield<0>  m;   // MMU enable bit 
+        Bitfield<0>  m;   // MMU enable bit
     EndBitUnion(SCTLR)
 
     BitUnion32(CPACR)