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)
or
if (!mregs && !(dregs & !bregs))
?
-
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
