summaryrefslogtreecommitdiffstats
path: root/src/usr/intr/test/intrtest.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/intr/test/intrtest.H')
-rw-r--r--src/usr/intr/test/intrtest.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/intr/test/intrtest.H b/src/usr/intr/test/intrtest.H
index f7c6b37f4..d395ab9ac 100644
--- a/src/usr/intr/test/intrtest.H
+++ b/src/usr/intr/test/intrtest.H
@@ -78,7 +78,7 @@ class IntrTest: public CxxTest::TestSuite
*(addr + 2)
);
}
-
+
}
// Potentially could check all link registers on other chips
@@ -129,7 +129,7 @@ class IntrTest: public CxxTest::TestSuite
void test_intr( void )
{
- // DISABLE in VBU
+ // DISABLE in VBU
if( TARGETING::is_vpo() )
{
return;
@@ -148,7 +148,7 @@ class IntrTest: public CxxTest::TestSuite
}
// Force an interrupt by writing to the MFFR on master
- volatile uint8_t * mfrr =
+ volatile uint8_t * mfrr =
reinterpret_cast<uint8_t *>(iv_masterAddr+12);
*(mfrr) = 0x55;
*(mfrr) = 0xff;
@@ -211,7 +211,7 @@ class IntrTest: public CxxTest::TestSuite
};
//note: this must be changed if the BAR changes
-const uint64_t IntrTest::cv_realAddr = 0x3fbff9000000ul;
+const uint64_t IntrTest::cv_realAddr = 0x3ffff80000000ul;
OpenPOWER on IntegriCloud