On Fri, 2010-03-12 at 00:08 -0800, David Miller wrote: > From: Frans van Berckel <fberckel@xxxxxxxxx> > Date: Fri, 12 Mar 2010 08:54:39 +0100 > > >> sparc64: Add very basic XVR-1000 framebuffer driver. > > > > Oh that sound rely nice, wanne say thank you! Gonna test this XVR 1000 > > patch later on and will report the results. > > I look forward to it :-) Getting a compile error ... > Arch sparc is not supported with CONFIG_FTRACE_MCOUNT_RECORD at /usr/src/linux-source-2.6-next-git/scripts/recordmcount.pl line 356. > make[5]: *** [drivers/char/tty_ioctl.o] Error 2 > make[4]: *** [drivers/char] Error 2 > make[3]: *** [drivers] Error 2 On line #280 } elsif ($arch eq "sparc64") { Does it got to be instead? } elsif ($arch eq "sparc") { -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html