clone_thread: Add arch_clone_thread()

Fujitsu: POSTK_DEBUG_ARCH_DEP_23
Refs: #969
Change-Id: Ic15765b8c9e956c95fc50b333b01464d87450d3c
This commit is contained in:
Masamichi Takagi
2018-10-02 13:42:52 +09:00
committed by Dominique Martinet
parent 9db8d115d9
commit fb98664f49
4 changed files with 0 additions and 12 deletions

View File

@ -108,11 +108,9 @@ enum ihk_mc_user_context_regtype {
IHK_UCR_PROGRAM_COUNTER = 2,
};
#ifdef POSTK_DEBUG_ARCH_DEP_23 /* add arch dep. clone_process() function */
struct thread;
void arch_clone_thread(struct thread *othread, unsigned long pc,
unsigned long sp, struct thread *nthread);
#endif /* POSTK_DEBUG_ARCH_DEP_23 */
void ihk_mc_modify_user_context(ihk_mc_user_context_t *uctx,
enum ihk_mc_user_context_regtype reg,