Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5149
b: refs/heads/master
c: 6fdfb38
h: refs/heads/master
i:
  5147: a4e259c
v: v3
  • Loading branch information
Olaf Hering authored and Linus Torvalds committed Jul 27, 2005
1 parent 78fdd78 commit 4a48069
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 62b662a30963c2e7bdfc129f78c3da0559202379
refs/heads/master: 6fdfb382813d66757aef4d83e369f8153a40b371
16 changes: 8 additions & 8 deletions trunk/arch/ppc/platforms/pmac_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ extern int pmac_newworld;
extern void zs_kgdb_hook(int tty_num);
static void ohare_init(void);
#ifdef CONFIG_BOOTX_TEXT
void pmac_progress(char *s, unsigned short hex);
static void pmac_progress(char *s, unsigned short hex);
#endif

sys_ctrler_t sys_ctrler = SYS_CTRLER_UNKNOWN;
Expand All @@ -123,7 +123,7 @@ extern struct smp_ops_t psurge_smp_ops;
extern struct smp_ops_t core99_smp_ops;
#endif /* CONFIG_SMP */

int __pmac
static int __pmac
pmac_show_cpuinfo(struct seq_file *m)
{
struct device_node *np;
Expand Down Expand Up @@ -227,7 +227,7 @@ pmac_show_cpuinfo(struct seq_file *m)
return 0;
}

int __openfirmware
static int __openfirmware
pmac_show_percpuinfo(struct seq_file *m, int i)
{
#ifdef CONFIG_CPU_FREQ_PMAC
Expand Down Expand Up @@ -415,7 +415,7 @@ find_ide_boot(void)
}
#endif /* CONFIG_BLK_DEV_IDE && CONFIG_BLK_DEV_IDE_PMAC */

void __init
static void __init
find_boot_device(void)
{
#if defined(CONFIG_BLK_DEV_IDE) && defined(CONFIG_BLK_DEV_IDE_PMAC)
Expand Down Expand Up @@ -512,7 +512,7 @@ note_bootable_part(dev_t dev, int part, int goodness)
}
}

void __pmac
static void __pmac
pmac_restart(char *cmd)
{
#ifdef CONFIG_ADB_CUDA
Expand All @@ -537,7 +537,7 @@ pmac_restart(char *cmd)
}
}

void __pmac
static void __pmac
pmac_power_off(void)
{
#ifdef CONFIG_ADB_CUDA
Expand All @@ -562,7 +562,7 @@ pmac_power_off(void)
}
}

void __pmac
static void __pmac
pmac_halt(void)
{
pmac_power_off();
Expand Down Expand Up @@ -700,7 +700,7 @@ pmac_init(unsigned long r3, unsigned long r4, unsigned long r5,
}

#ifdef CONFIG_BOOTX_TEXT
void __init
static void __init
pmac_progress(char *s, unsigned short hex)
{
if (boot_text_mapped) {
Expand Down
12 changes: 6 additions & 6 deletions trunk/arch/ppc64/kernel/pmac_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ EXPORT_SYMBOL(smu_cmdbuf_abs);

extern void udbg_init_scc(struct device_node *np);

void __pmac pmac_show_cpuinfo(struct seq_file *m)
static void __pmac pmac_show_cpuinfo(struct seq_file *m)
{
struct device_node *np;
char *pp;
Expand Down Expand Up @@ -144,7 +144,7 @@ void __pmac pmac_show_cpuinfo(struct seq_file *m)
}


void __init pmac_setup_arch(void)
static void __init pmac_setup_arch(void)
{
/* init to some ~sane value until calibrate_delay() runs */
loops_per_jiffy = 50000000;
Expand Down Expand Up @@ -230,7 +230,7 @@ void __pmac note_bootable_part(dev_t dev, int part, int goodness)
}
}

void __pmac pmac_restart(char *cmd)
static void __pmac pmac_restart(char *cmd)
{
switch(sys_ctrler) {
#ifdef CONFIG_ADB_PMU
Expand All @@ -249,7 +249,7 @@ void __pmac pmac_restart(char *cmd)
}
}

void __pmac pmac_power_off(void)
static void __pmac pmac_power_off(void)
{
switch(sys_ctrler) {
#ifdef CONFIG_ADB_PMU
Expand All @@ -267,7 +267,7 @@ void __pmac pmac_power_off(void)
}
}

void __pmac pmac_halt(void)
static void __pmac pmac_halt(void)
{
pmac_power_off();
}
Expand Down Expand Up @@ -327,7 +327,7 @@ static void __init init_boot_display(void)
/*
* Early initialization.
*/
void __init pmac_init_early(void)
static void __init pmac_init_early(void)
{
DBG(" -> pmac_init_early\n");

Expand Down

0 comments on commit 4a48069

Please sign in to comment.