Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102391
b: refs/heads/master
c: d33b443
h: refs/heads/master
i:
  102389: d7bb791
  102387: 06c81c5
  102383: c4058f6
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 21, 2008
1 parent 5d59d67 commit c6f0749
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 20 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: b739912efc02f80cc4dc5eaef07e5bc7eafee1b0
refs/heads/master: d33b4432e634246eef00ef4d425939c253f70dd6
4 changes: 0 additions & 4 deletions trunk/arch/m68k/sun3/prom/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ prom_query_input_device()
return PROMDEV_ITTYB;
}
return PROMDEV_I_UNK;
case PROM_AP1000:
return PROMDEV_I_UNK;
};
}
#endif
Expand Down Expand Up @@ -166,8 +164,6 @@ prom_query_output_device()
};
}
break;
case PROM_AP1000:
return PROMDEV_I_UNK;
};
return PROMDEV_O_UNK;
}
Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/m68k/sun3/prom/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ extern void prom_ranges_init(void);

void __init prom_init(struct linux_romvec *rp)
{
#ifdef CONFIG_AP1000
extern struct linux_romvec *ap_prom_init(void);
rp = ap_prom_init();
#endif

romvec = rp;
#ifndef CONFIG_SUN3
switch(romvec->pv_romvers) {
Expand All @@ -53,10 +48,6 @@ void __init prom_init(struct linux_romvec *rp)
prom_printf("PROMLIB: Sun IEEE Prom not supported yet\n");
prom_halt();
break;
case 42: /* why not :-) */
prom_vers = PROM_AP1000;
break;

default:
prom_printf("PROMLIB: Bad PROM version %d\n",
romvec->pv_romvers);
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/m68k/sun3/prom/printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ prom_printf(char *fmt, ...)

bptr = ppbuf;

#ifdef CONFIG_AP1000
ap_write(1,bptr,strlen(bptr));
#else

#ifdef CONFIG_KGDB
if (kgdb_initialized) {
printk("kgdb_initialized = %d\n", kgdb_initialized);
Expand All @@ -53,7 +49,6 @@ prom_printf(char *fmt, ...)

prom_putchar(ch);
}
#endif
#endif
va_end(args);
return;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-m68k/oplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ enum prom_major_version {
PROM_V2, /* sun4c and early sun4m V2 prom */
PROM_V3, /* sun4m and later, up to sun4d/sun4e machines V3 */
PROM_P1275, /* IEEE compliant ISA based Sun PROM, only sun4u */
PROM_AP1000, /* actually no prom at all */
};

extern enum prom_major_version prom_vers;
Expand Down

0 comments on commit c6f0749

Please sign in to comment.