summaryrefslogtreecommitdiffstats
path: root/src/occ_405/rtls/test
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2016-12-12 14:48:59 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2016-12-15 15:49:58 -0500
commit08961278f496e058964d217593a06303ea96b4f3 (patch)
tree1291d786b08ee9aea76819924a79a4ba5bcadc39 /src/occ_405/rtls/test
parente350693c96096f1e607423c974082bf3d0b2a7ae (diff)
downloadtalos-occ-08961278f496e058964d217593a06303ea96b4f3.tar.gz
talos-occ-08961278f496e058964d217593a06303ea96b4f3.zip
dcom/ thread/ rtls/ TODO clean up
Also moved files common to occ_405/, occ_gpe0/, occ_gpe1/, etc, to a new common directory to keep src/ clean Change-Id: Ib45d70d048a135832592953c955a325d20fa19ae RTC: 163363 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33640 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/rtls/test')
-rwxr-xr-xsrc/occ_405/rtls/test/rtls_tables.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/occ_405/rtls/test/rtls_tables.c b/src/occ_405/rtls/test/rtls_tables.c
index 316dd8e..24db77b 100755
--- a/src/occ_405/rtls/test/rtls_tables.c
+++ b/src/occ_405/rtls/test/rtls_tables.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -85,7 +85,7 @@ void task_3_func(struct task *);
//
// Name: task_0_func
//
-// Description: TODO Add description
+// Description: Example task 0
//
// End Function Specification
void task_0_func(struct task *i_self) {
@@ -104,7 +104,7 @@ void task_0_func(struct task *i_self) {
//
// Name: task_1_func
//
-// Description: TODO Add description
+// Description: Example task 1
//
// End Function Specification
void task_1_func(struct task *i_self) {
@@ -123,7 +123,7 @@ void task_1_func(struct task *i_self) {
//
// Name: task_2_func
//
-// Description: TODO Add description
+// Description: Example task 2
//
// End Function Specification
void task_2_func(struct task *i_self) {
@@ -142,7 +142,7 @@ void task_2_func(struct task *i_self) {
//
// Name: task_3_func
//
-// Description: TODO Add description
+// Description: Example task 3
//
// End Function Specification
void task_3_func(struct task *i_self) {
OpenPOWER on IntegriCloud