diff options
author | Olaf Hering <olh@suse.de> | 2005-07-27 14:44:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 19:25:57 -0400 |
commit | 6fdfb382813d66757aef4d83e369f8153a40b371 (patch) | |
tree | c4c62876595ca22daa3ec6ec96e64ba108e2f547 /arch | |
parent | 62b662a30963c2e7bdfc129f78c3da0559202379 (diff) |
[PATCH] make a few functions static in pmac_setup.c
Making a few functions static saves a few bytes, but only on ppc32.
text data bss dec hex filename
3752421 1605208 345608 5703237 570645 ../O-ppc64_iSeries_defconfig/vmlinux
3709411 2042552 339992 6091955 5cf4b3 ../O-ppc64_maple_defconfig/vmlinux
5397329 3054824 679856 9132009 8b57e9 ../O-ppc64_pSeries_defconfig/vmlinux
-3882695 417552 197760 4498007 44a257 ../O-ppc_common_defconfig/vmlinux
-3414510 574500 241440 4230450 408d32 ../O-ppc_pmac_defconfig/vmlinux
+3882627 417168 197760 4497555 44a093 ../O-ppc_common_defconfig/vmlinux
+3414442 575428 241440 4231310 40908e ../O-ppc_pmac_defconfig/vmlinux
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ppc/platforms/pmac_setup.c | 16 | ||||
-rw-r--r-- | arch/ppc64/kernel/pmac_setup.c | 12 |
2 files changed, 14 insertions, 14 deletions
diff --git a/arch/ppc/platforms/pmac_setup.c b/arch/ppc/platforms/pmac_setup.c index 4d324b630f4f..b392b9a15987 100644 --- a/arch/ppc/platforms/pmac_setup.c +++ b/arch/ppc/platforms/pmac_setup.c | |||
@@ -113,7 +113,7 @@ extern int pmac_newworld; | |||
113 | extern void zs_kgdb_hook(int tty_num); | 113 | extern void zs_kgdb_hook(int tty_num); |
114 | static void ohare_init(void); | 114 | static void ohare_init(void); |
115 | #ifdef CONFIG_BOOTX_TEXT | 115 | #ifdef CONFIG_BOOTX_TEXT |
116 | void pmac_progress(char *s, unsigned short hex); | 116 | static void pmac_progress(char *s, unsigned short hex); |
117 | #endif | 117 | #endif |
118 | 118 | ||
119 | sys_ctrler_t sys_ctrler = SYS_CTRLER_UNKNOWN; | 119 | sys_ctrler_t sys_ctrler = SYS_CTRLER_UNKNOWN; |
@@ -123,7 +123,7 @@ extern struct smp_ops_t psurge_smp_ops; | |||
123 | extern struct smp_ops_t core99_smp_ops; | 123 | extern struct smp_ops_t core99_smp_ops; |
124 | #endif /* CONFIG_SMP */ | 124 | #endif /* CONFIG_SMP */ |
125 | 125 | ||
126 | int __pmac | 126 | static int __pmac |
127 | pmac_show_cpuinfo(struct seq_file *m) | 127 | pmac_show_cpuinfo(struct seq_file *m) |
128 | { | 128 | { |
129 | struct device_node *np; | 129 | struct device_node *np; |
@@ -227,7 +227,7 @@ pmac_show_cpuinfo(struct seq_file *m) | |||
227 | return 0; | 227 | return 0; |
228 | } | 228 | } |
229 | 229 | ||
230 | int __openfirmware | 230 | static int __openfirmware |
231 | pmac_show_percpuinfo(struct seq_file *m, int i) | 231 | pmac_show_percpuinfo(struct seq_file *m, int i) |
232 | { | 232 | { |
233 | #ifdef CONFIG_CPU_FREQ_PMAC | 233 | #ifdef CONFIG_CPU_FREQ_PMAC |
@@ -415,7 +415,7 @@ find_ide_boot(void) | |||
415 | } | 415 | } |
416 | #endif /* CONFIG_BLK_DEV_IDE && CONFIG_BLK_DEV_IDE_PMAC */ | 416 | #endif /* CONFIG_BLK_DEV_IDE && CONFIG_BLK_DEV_IDE_PMAC */ |
417 | 417 | ||
418 | void __init | 418 | static void __init |
419 | find_boot_device(void) | 419 | find_boot_device(void) |
420 | { | 420 | { |
421 | #if defined(CONFIG_BLK_DEV_IDE) && defined(CONFIG_BLK_DEV_IDE_PMAC) | 421 | #if defined(CONFIG_BLK_DEV_IDE) && defined(CONFIG_BLK_DEV_IDE_PMAC) |
@@ -512,7 +512,7 @@ note_bootable_part(dev_t dev, int part, int goodness) | |||
512 | } | 512 | } |
513 | } | 513 | } |
514 | 514 | ||
515 | void __pmac | 515 | static void __pmac |
516 | pmac_restart(char *cmd) | 516 | pmac_restart(char *cmd) |
517 | { | 517 | { |
518 | #ifdef CONFIG_ADB_CUDA | 518 | #ifdef CONFIG_ADB_CUDA |
@@ -537,7 +537,7 @@ pmac_restart(char *cmd) | |||
537 | } | 537 | } |
538 | } | 538 | } |
539 | 539 | ||
540 | void __pmac | 540 | static void __pmac |
541 | pmac_power_off(void) | 541 | pmac_power_off(void) |
542 | { | 542 | { |
543 | #ifdef CONFIG_ADB_CUDA | 543 | #ifdef CONFIG_ADB_CUDA |
@@ -562,7 +562,7 @@ pmac_power_off(void) | |||
562 | } | 562 | } |
563 | } | 563 | } |
564 | 564 | ||
565 | void __pmac | 565 | static void __pmac |
566 | pmac_halt(void) | 566 | pmac_halt(void) |
567 | { | 567 | { |
568 | pmac_power_off(); | 568 | pmac_power_off(); |
@@ -700,7 +700,7 @@ pmac_init(unsigned long r3, unsigned long r4, unsigned long r5, | |||
700 | } | 700 | } |
701 | 701 | ||
702 | #ifdef CONFIG_BOOTX_TEXT | 702 | #ifdef CONFIG_BOOTX_TEXT |
703 | void __init | 703 | static void __init |
704 | pmac_progress(char *s, unsigned short hex) | 704 | pmac_progress(char *s, unsigned short hex) |
705 | { | 705 | { |
706 | if (boot_text_mapped) { | 706 | if (boot_text_mapped) { |
diff --git a/arch/ppc64/kernel/pmac_setup.c b/arch/ppc64/kernel/pmac_setup.c index 3013cdb5f933..e40877fa67cd 100644 --- a/arch/ppc64/kernel/pmac_setup.c +++ b/arch/ppc64/kernel/pmac_setup.c | |||
@@ -97,7 +97,7 @@ EXPORT_SYMBOL(smu_cmdbuf_abs); | |||
97 | 97 | ||
98 | extern void udbg_init_scc(struct device_node *np); | 98 | extern void udbg_init_scc(struct device_node *np); |
99 | 99 | ||
100 | void __pmac pmac_show_cpuinfo(struct seq_file *m) | 100 | static void __pmac pmac_show_cpuinfo(struct seq_file *m) |
101 | { | 101 | { |
102 | struct device_node *np; | 102 | struct device_node *np; |
103 | char *pp; | 103 | char *pp; |
@@ -144,7 +144,7 @@ void __pmac pmac_show_cpuinfo(struct seq_file *m) | |||
144 | } | 144 | } |
145 | 145 | ||
146 | 146 | ||
147 | void __init pmac_setup_arch(void) | 147 | static void __init pmac_setup_arch(void) |
148 | { | 148 | { |
149 | /* init to some ~sane value until calibrate_delay() runs */ | 149 | /* init to some ~sane value until calibrate_delay() runs */ |
150 | loops_per_jiffy = 50000000; | 150 | loops_per_jiffy = 50000000; |
@@ -230,7 +230,7 @@ void __pmac note_bootable_part(dev_t dev, int part, int goodness) | |||
230 | } | 230 | } |
231 | } | 231 | } |
232 | 232 | ||
233 | void __pmac pmac_restart(char *cmd) | 233 | static void __pmac pmac_restart(char *cmd) |
234 | { | 234 | { |
235 | switch(sys_ctrler) { | 235 | switch(sys_ctrler) { |
236 | #ifdef CONFIG_ADB_PMU | 236 | #ifdef CONFIG_ADB_PMU |
@@ -249,7 +249,7 @@ void __pmac pmac_restart(char *cmd) | |||
249 | } | 249 | } |
250 | } | 250 | } |
251 | 251 | ||
252 | void __pmac pmac_power_off(void) | 252 | static void __pmac pmac_power_off(void) |
253 | { | 253 | { |
254 | switch(sys_ctrler) { | 254 | switch(sys_ctrler) { |
255 | #ifdef CONFIG_ADB_PMU | 255 | #ifdef CONFIG_ADB_PMU |
@@ -267,7 +267,7 @@ void __pmac pmac_power_off(void) | |||
267 | } | 267 | } |
268 | } | 268 | } |
269 | 269 | ||
270 | void __pmac pmac_halt(void) | 270 | static void __pmac pmac_halt(void) |
271 | { | 271 | { |
272 | pmac_power_off(); | 272 | pmac_power_off(); |
273 | } | 273 | } |
@@ -327,7 +327,7 @@ static void __init init_boot_display(void) | |||
327 | /* | 327 | /* |
328 | * Early initialization. | 328 | * Early initialization. |
329 | */ | 329 | */ |
330 | void __init pmac_init_early(void) | 330 | static void __init pmac_init_early(void) |
331 | { | 331 | { |
332 | DBG(" -> pmac_init_early\n"); | 332 | DBG(" -> pmac_init_early\n"); |
333 | 333 | ||