diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2016-06-08 15:27:13 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-09 15:38:31 -0400 |
| commit | 5ecf29992810e15e621abad2e4746257c3c3c564 (patch) | |
| tree | 77e968dc6b4b2cc71942309917e86bc93de2f5c6 /src/include/usr | |
| parent | bb45f705061a5d4a5612169ffdd5143d39f476d7 (diff) | |
| download | talos-hostboot-5ecf29992810e15e621abad2e4746257c3c3c564.tar.gz talos-hostboot-5ecf29992810e15e621abad2e4746257c3c3c564.zip | |
Cleanup unused isteps in istep 9
This commit mainly cleans up the now unused host_startprd_pbus and
host_attnlisten_proc isteps in istep 9. It also enables the
compiling of other isteps in that step.
Change-Id: I7143f3e05a82399058bda4208d9f0b0dc0fca808
RTC:134079
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25536
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/isteps/istep09list.H | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/include/usr/isteps/istep09list.H b/src/include/usr/isteps/istep09list.H index 41ec12237..a12e11ffa 100644 --- a/src/include/usr/isteps/istep09list.H +++ b/src/include/usr/isteps/istep09list.H @@ -146,34 +146,6 @@ void* call_proc_smp_link_layer( void *io_pArgs ); /** - * @brief host_startprd_pbus - * - * Load PRD for powerbus domain - * - * param[in,out] - pointer to any arguments, usually NULL - * - * return any errlogs to istep - * - */ -void* call_host_startprd_pbus( void *io_pArgs ); - - - -/** - * @brief host_attnlisten_proc - * - * Start listening for attentions - * - * param[in,out] - pointer to any arguments, usually NULL - * - * return any errlogs to istep - * - */ -void* call_host_attnlisten_proc( void *io_pArgs ); - - - -/** * @brief proc_fab_iovalid * * Lower functional fences on local SMP |

