diff options
| author | Anton Blanchard <anton@samba.org> | 2003-07-29 10:00:32 +1000 |
|---|---|---|
| committer | Anton Blanchard <anton@samba.org> | 2003-07-29 10:00:32 +1000 |
| commit | 16675c518364f45262ef272524802f8d6c8b5eee (patch) | |
| tree | a914f6fa01c6b29d2bb4073cc949d4ca9d2166cb /arch/ppc64/kernel/process.c | |
| parent | a479e93c6d500c18f3eaef369bb790bb3a5da0b8 (diff) | |
ppc64: add asm/sections.h
Diffstat (limited to 'arch/ppc64/kernel/process.c')
| -rw-r--r-- | arch/ppc64/kernel/process.c | 3 |
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; |
