summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/thread_info_32.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2012-05-11 11:35:16 +0000
committerDavid S. Miller <davem@davemloft.net>2012-05-11 19:29:09 -0700
commite7b7e0c356558c4b8aa799a76a88031448ac19c7 (patch)
tree2df946e455bed9deb6f557ac4d7014ebb7cc1057 /arch/sparc/include/asm/thread_info_32.h
parent323206a1d5bb01883c3d81d163e4091904a92475 (diff)
downloadop-kernel-dev-e7b7e0c356558c4b8aa799a76a88031448ac19c7.zip
op-kernel-dev-e7b7e0c356558c4b8aa799a76a88031448ac19c7.tar.gz
sparc32: drop btfixup for alloc_thread_info_node/free_thread_info
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/thread_info_32.h')
-rw-r--r--arch/sparc/include/asm/thread_info_32.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/sparc/include/asm/thread_info_32.h b/arch/sparc/include/asm/thread_info_32.h
index c2a1080..74316de 100644
--- a/arch/sparc/include/asm/thread_info_32.h
+++ b/arch/sparc/include/asm/thread_info_32.h
@@ -82,11 +82,8 @@ register struct thread_info *current_thread_info_reg asm("g6");
#define __HAVE_ARCH_THREAD_INFO_ALLOCATOR
-BTFIXUPDEF_CALL(struct thread_info *, alloc_thread_info_node, int)
-#define alloc_thread_info_node(tsk, node) BTFIXUP_CALL(alloc_thread_info_node)(node)
-
-BTFIXUPDEF_CALL(void, free_thread_info, struct thread_info *)
-#define free_thread_info(ti) BTFIXUP_CALL(free_thread_info)(ti)
+struct thread_info * alloc_thread_info_node(struct task_struct *tsk, int node);
+void free_thread_info(struct thread_info *);
#endif /* __ASSEMBLY__ */
OpenPOWER on IntegriCloud