summaryrefslogtreecommitdiff
path: root/arch/ppc64/kernel/process.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2003-07-29 10:00:32 +1000
committerAnton Blanchard <anton@samba.org>2003-07-29 10:00:32 +1000
commit16675c518364f45262ef272524802f8d6c8b5eee (patch)
treea914f6fa01c6b29d2bb4073cc949d4ca9d2166cb /arch/ppc64/kernel/process.c
parenta479e93c6d500c18f3eaef369bb790bb3a5da0b8 (diff)
ppc64: add asm/sections.h
Diffstat (limited to 'arch/ppc64/kernel/process.c')
-rw-r--r--arch/ppc64/kernel/process.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/process.c b/arch/ppc64/kernel/process.c
index c22a54fe544f..df5d9ffe60c5 100644
--- a/arch/ppc64/kernel/process.c
+++ b/arch/ppc64/kernel/process.c
@@ -46,6 +46,7 @@
#include <asm/iSeries/HvCallHpt.h>
#include <asm/hardirq.h>
#include <asm/cputable.h>
+#include <asm/sections.h>
struct task_struct *last_task_used_math = NULL;
@@ -424,8 +425,6 @@ void initialize_paca_hardware_interrupt_stack(void)
}
}
-extern char _stext[], _etext[], __init_begin[], __init_end[];
-
char *ppc_find_proc_name(unsigned *p, char *buf, unsigned buflen)
{
unsigned long tb_flags;