diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2012-05-16 12:51:22 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-07-16 19:05:48 -0500 |
| commit | 3bba9a3ff18b6991bba4247898f4c26fa944a676 (patch) | |
| tree | da3462c53eaf0670670b37f094c17444f1ce5c4c /src/usr/intr/test | |
| parent | 2aa5e0afac73384aaabe1fe1529898601be1155f (diff) | |
| download | talos-hostboot-3bba9a3ff18b6991bba4247898f4c26fa944a676.tar.gz talos-hostboot-3bba9a3ff18b6991bba4247898f4c26fa944a676.zip | |
Support for core_activate via IPI.
RTC: 37009
Change-Id: I56669805c86d9659a20ad7c26e5e9860c7a248c7
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1087
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/intr/test')
| -rw-r--r-- | src/usr/intr/test/intrtest.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/intr/test/intrtest.H b/src/usr/intr/test/intrtest.H index 7cdfc0d0b..93c2d235a 100644 --- a/src/usr/intr/test/intrtest.H +++ b/src/usr/intr/test/intrtest.H @@ -151,7 +151,6 @@ class IntrTest: public CxxTest::TestSuite volatile uint8_t * mfrr = reinterpret_cast<uint8_t *>(iv_masterAddr+12); *(mfrr) = 0x55; - *(mfrr) = 0xff; msg_t* msg = msg_wait(msgQ); // wait for interrupt msg TRACFCOMP(g_trac_intr,"Interrupt handled! Type=%lx",msg->data[0]); |

