From da37f94a7930e0ae4a18b1d00bfdaa32eb19a241 Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 11 Jul 2012 16:11:20 +0100 Subject: [PATCH] --- yaml --- r: 311771 b: refs/heads/master c: 43224b739b0b80d198e44fce7b40e2bc0e357c4e h: refs/heads/master i: 311769: 414d6157c112ddf940365272563563b8b58811bd 311767: 9e0025211f9df12e01680f7bcb1cf6398791be08 v: v3 --- [refs] | 2 +- trunk/arch/mn10300/include/asm/thread_info.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b109ed11ec4b..bb88c05bf2d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 055c9fa8874fa7261eec7a268366565db84af474 +refs/heads/master: 43224b739b0b80d198e44fce7b40e2bc0e357c4e diff --git a/trunk/arch/mn10300/include/asm/thread_info.h b/trunk/arch/mn10300/include/asm/thread_info.h index 08251d6f6b11..ac519bbd42ff 100644 --- a/trunk/arch/mn10300/include/asm/thread_info.h +++ b/trunk/arch/mn10300/include/asm/thread_info.h @@ -123,7 +123,7 @@ static inline unsigned long current_stack_pointer(void) } #ifndef CONFIG_KGDB -void arch_release_thread_info(struct thread_info *ti) +void arch_release_thread_info(struct thread_info *ti); #endif #define get_thread_info(ti) get_task_struct((ti)->task) #define put_thread_info(ti) put_task_struct((ti)->task)