aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/prom_init.c2
-rw-r--r--arch/powerpc/platforms/powermac/cpufreq_32.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
index 8c28eb0cbdac..a820b772927d 100644
--- a/arch/powerpc/kernel/prom_init.c
+++ b/arch/powerpc/kernel/prom_init.c
@@ -988,7 +988,7 @@ static void reserve_mem(u64 base, u64 size)
988} 988}
989 989
990/* 990/*
991 * Initialize memory allocation mecanism, parse "memory" nodes and 991 * Initialize memory allocation mechanism, parse "memory" nodes and
992 * obtain that way the top of memory and RMO to setup out local allocator 992 * obtain that way the top of memory and RMO to setup out local allocator
993 */ 993 */
994static void __init prom_init_mem(void) 994static void __init prom_init_mem(void)
diff --git a/arch/powerpc/platforms/powermac/cpufreq_32.c b/arch/powerpc/platforms/powermac/cpufreq_32.c
index af2a8f9f1222..7adb3845c3e9 100644
--- a/arch/powerpc/platforms/powermac/cpufreq_32.c
+++ b/arch/powerpc/platforms/powermac/cpufreq_32.c
@@ -68,7 +68,7 @@ static unsigned int cur_freq;
68static unsigned int sleep_freq; 68static unsigned int sleep_freq;
69 69
70/* 70/*
71 * Different models uses different mecanisms to switch the frequency 71 * Different models uses different mechanisms to switch the frequency
72 */ 72 */
73static int (*set_speed_proc)(int low_speed); 73static int (*set_speed_proc)(int low_speed);
74static unsigned int (*get_speed_proc)(void); 74static unsigned int (*get_speed_proc)(void);