* possible typo in arch/sparc64/kernel/time.c
@ 2007-10-27 15:25 Roel Kluin
2007-10-28 5:30 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Roel Kluin @ 2007-10-27 15:25 UTC (permalink / raw)
To: sparclinux
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))
?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: possible typo in arch/sparc64/kernel/time.c
2007-10-27 15:25 possible typo in arch/sparc64/kernel/time.c Roel Kluin
@ 2007-10-28 5:30 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-10-28 5:30 UTC (permalink / raw)
To: sparclinux
From: Roel Kluin <12o3l@tiscali.nl>
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-28 5:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-27 15:25 possible typo in arch/sparc64/kernel/time.c Roel Kluin
2007-10-28 5:30 ` David Miller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.