summaryrefslogtreecommitdiffstats
path: root/src/usr/scan
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2015-05-17 20:23:47 -0500
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 13:40:49 -0600
commitc42a8d760ac7ea3b8529b6ff04d93dc9ac4e0add (patch)
tree9712ba11533f886cc8e0085576072c9485337896 /src/usr/scan
parent76cef1ea6c6425202f9d782c3c9d0f2d56135b99 (diff)
downloadtalos-hostboot-c42a8d760ac7ea3b8529b6ff04d93dc9ac4e0add.tar.gz
talos-hostboot-c42a8d760ac7ea3b8529b6ff04d93dc9ac4e0add.zip
Stripped down P9 isteps to what is needed for functionality
Change-Id: I8bb100c3e57a441183b385b6d7a5efbddc4541f5 RTC:127334 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17967 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/scan')
-rw-r--r--src/usr/scan/test/scantest.H9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/scan/test/scantest.H b/src/usr/scan/test/scantest.H
index 5277023eb..f8b6b0216 100644
--- a/src/usr/scan/test/scantest.H
+++ b/src/usr/scan/test/scantest.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -50,7 +52,8 @@ public:
void test_SCANreadWrite_proc(void)
{
-
+/*
+ //FIXME: RTC 129630
TRACFCOMP( g_trac_scandd, "scanTest::test_SCANreadWrite_proc> Start" );
uint64_t fails = 0;
@@ -220,7 +223,7 @@ public:
}
TRACFCOMP( g_trac_scandd, "scanTest::test_SCANreadWrite_proc> %d/%d fails", fails, total );
-
+*/
}
OpenPOWER on IntegriCloud