From 51e9a0e7b6ec55344a7a67ff182d290bdc455aec Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 2 Apr 2012 12:55:47 +0200 Subject: [PATCH] --- yaml --- r: 298504 b: refs/heads/master c: 0dd90aa9d6222e12201f05c0058e8741b7f66474 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/microblaze/include/asm/processor.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 996987307907..ba4b6177dd24 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0fc7374bb5df938ef3d386e48ac9797d7651e9cc +refs/heads/master: 0dd90aa9d6222e12201f05c0058e8741b7f66474 diff --git a/trunk/arch/microblaze/include/asm/processor.h b/trunk/arch/microblaze/include/asm/processor.h index 510a8e1c16ba..bffb54527299 100644 --- a/trunk/arch/microblaze/include/asm/processor.h +++ b/trunk/arch/microblaze/include/asm/processor.h @@ -31,6 +31,8 @@ extern const struct seq_operations cpuinfo_op; /* Do necessary setup to start up a newly executed thread. */ void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp); +extern void ret_from_fork(void); + # endif /* __ASSEMBLY__ */ # ifndef CONFIG_MMU @@ -143,8 +145,6 @@ static inline void exit_thread(void) unsigned long get_wchan(struct task_struct *p); -extern void ret_from_fork(void); - /* The size allocated for kernel stacks. This _must_ be a power of two! */ # define KERNEL_STACK_SIZE 0x2000