powerpc: Add missing prototype for arch_dup_task_struct()
[sfrench/cifs-2.6.git] / arch / powerpc / include / asm / thread_info.h
index 4a12c00f8de3ec1aa90069d01a9b1de3f3174d00..5964145db03d1be6c4079b4c55bb6c92468d0a63 100644 (file)
@@ -70,6 +70,7 @@ static inline struct thread_info *current_thread_info(void)
        return (struct thread_info *)val;
 }
 
+extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
 #endif /* __ASSEMBLY__ */
 
 /*