From e8797499ac1eb0f30e457815b0304f9629d4bcea Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Wed, 23 May 2012 14:10:56 -0500 Subject: Start the rest of the threads on the master core Uses the scom from proc_thread_control HWP to start all of the threads that aren't started yet on the master core. Change-Id: I93efba6ebebbf9d286a399fc58fa437b30e830b1 RTC: 37008 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1242 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/fsi/fsidd.C | 17 ----------------- src/usr/fsi/fsidd.H | 50 +++++++++++++++++++++++--------------------------- 2 files changed, 23 insertions(+), 44 deletions(-) (limited to 'src/usr/fsi') diff --git a/src/usr/fsi/fsidd.C b/src/usr/fsi/fsidd.C index 73d6ebece..694d2ebd5 100644 --- a/src/usr/fsi/fsidd.C +++ b/src/usr/fsi/fsidd.C @@ -272,28 +272,11 @@ bool isSlavePresent( const TARGETING::Target* i_target ) }; //end FSI namespace -/** - * @brief set up _start() task entry procedure for FSI daemon - */ -TASK_ENTRY_MACRO( FsiDD::init ); - /******************** Public Methods ********************/ -/** - * STATIC - * @brief Static Initializer - */ -void FsiDD::init( void* i_taskArgs ) -{ - TRACFCOMP(g_trac_fsi, "FsiDD::init> " ); - // nothing to do here... -} - - - /** * @brief Performs an FSI Read Operation to a relative address diff --git a/src/usr/fsi/fsidd.H b/src/usr/fsi/fsidd.H index 51dad9f54..b1f00e4d0 100644 --- a/src/usr/fsi/fsidd.H +++ b/src/usr/fsi/fsidd.H @@ -1,25 +1,26 @@ -// IBM_PROLOG_BEGIN_TAG -// This is an automatically generated prolog. -// -// $Source: src/usr/fsi/fsidd.H $ -// -// IBM CONFIDENTIAL -// -// COPYRIGHT International Business Machines Corp. 2011 -// -// p1 -// -// Object Code Only (OCO) source materials -// Licensed Internal Code Source Materials -// IBM HostBoot Licensed Internal Code -// -// The source code for this program is not published or other- -// wise divested of its trade secrets, irrespective of what has -// been deposited with the U.S. Copyright Office. -// -// Origin: 30 -// -// IBM_PROLOG_END +/* IBM_PROLOG_BEGIN_TAG + * This is an automatically generated prolog. + * + * $Source: src/usr/fsi/fsidd.H $ + * + * IBM CONFIDENTIAL + * + * COPYRIGHT International Business Machines Corp. 2011-2012 + * + * p1 + * + * Object Code Only (OCO) source materials + * Licensed Internal Code Source Materials + * IBM HostBoot Licensed Internal Code + * + * The source code for this program is not published or other- + * wise divested of its trade secrets, irrespective of what has + * been deposited with the U.S. Copyright Office. + * + * Origin: 30 + * + * IBM_PROLOG_END_TAG + */ #ifndef __FSI_FSIDD_H #define __FSI_FSIDD_H @@ -43,11 +44,6 @@ class FsiDD { public: - /** - * @brief Static Initializer - * @param[in] Task Args pointer passed by init service - */ - static void init( void* i_taskArgs ); /** * @brief Initialize the FSI hardware -- cgit v1.2.1