possible typo in arch/sparc64/kernel/time.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux