diff options
Diffstat (limited to 'arch/ppc64/kernel/setup.c')
-rw-r--r-- | arch/ppc64/kernel/setup.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/ppc64/kernel/setup.c b/arch/ppc64/kernel/setup.c index 8e439a817642..93b0ee88cda1 100644 --- a/arch/ppc64/kernel/setup.c +++ b/arch/ppc64/kernel/setup.c | |||
@@ -701,9 +701,6 @@ void machine_halt(void) | |||
701 | 701 | ||
702 | EXPORT_SYMBOL(machine_halt); | 702 | EXPORT_SYMBOL(machine_halt); |
703 | 703 | ||
704 | unsigned long ppc_proc_freq; | ||
705 | unsigned long ppc_tb_freq; | ||
706 | |||
707 | static int ppc64_panic_event(struct notifier_block *this, | 704 | static int ppc64_panic_event(struct notifier_block *this, |
708 | unsigned long event, void *ptr) | 705 | unsigned long event, void *ptr) |
709 | { | 706 | { |
@@ -1117,7 +1114,7 @@ void ppc64_dump_msg(unsigned int src, const char *msg) | |||
1117 | } | 1114 | } |
1118 | 1115 | ||
1119 | /* This should only be called on processor 0 during calibrate decr */ | 1116 | /* This should only be called on processor 0 during calibrate decr */ |
1120 | void setup_default_decr(void) | 1117 | void __init setup_default_decr(void) |
1121 | { | 1118 | { |
1122 | struct paca_struct *lpaca = get_paca(); | 1119 | struct paca_struct *lpaca = get_paca(); |
1123 | 1120 | ||