On Thu, 17 May 2001, Alan Cox wrote:
> 2.4.4-ac10
> o Merge Linus 2.4.5pre3
> - switch to Linus arch/ppc
... which reverted a valid change for the APUS port.
Fix below.
Cort: my linuxppc_2_4 is not up-to-date, so I can't push it now.
--- linux-2.4.4-ac10/arch/ppc/amiga/config.c Tue Nov 28 02:57:34 2000
+++ apus-2.4.4-ac10/arch/ppc/amiga/config.c Mon Mar 12 08:58:57 2001
@@ -743,20 +743,6 @@
return 0;
}
-void dbprintf(const char *fmt , ...)
-{
- static char buf[1024];
- va_list args;
- extern void console_print (const char *str);
- extern int vsprintf(char * buf, const char * fmt, va_list args);
-
- va_start(args, fmt);
- vsprintf(buf, fmt, args);
- va_end(args);
-
- console_print (buf);
-}
-
static NORET_TYPE void amiga_reset( void )
ATTRIB_NORET;
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li...
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
|