From: Roel Kluin <[EMAIL PROTECTED]> Date: Sat, 27 Oct 2007 17:25:51 +0200
> I already posted something on lkml, but it wasn't picked up > > in arch/sparc64/kernel/time.c, line 1073 it reads: > > if (!mregs && !dregs & !bregs) > > shouldn this be > > if (!mregs && !dregs && !bregs) > Yep, thanks I'll fix it up. - To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
