summaryrefslogtreecommitdiff
path: root/src/arch/x86/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/thread.c')
-rw-r--r--src/arch/x86/thread.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/x86/thread.c b/src/arch/x86/thread.c
index 3d12bf8d5c..a9fda66245 100644
--- a/src/arch/x86/thread.c
+++ b/src/arch/x86/thread.c
@@ -39,10 +39,3 @@ void arch_prepare_thread(struct thread *t,
t->stack_current = stack;
}
-
-void *arch_get_thread_stackbase(void)
-{
- /* defined in c_start.S */
- extern u8 thread_stacks[];
- return &thread_stacks[0];
-}