From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vrnlo-0001JL-F2 for barebox@lists.infradead.org; Sat, 14 Dec 2013 11:52:33 +0000 Received: by mail-la0-f43.google.com with SMTP id n7so2031805lam.16 for ; Sat, 14 Dec 2013 03:52:09 -0800 (PST) Date: Sat, 14 Dec 2013 15:59:27 +0400 From: Antony Pavlov Message-Id: <20131214155927.9e879bd8c624562cd6318472@gmail.com> In-Reply-To: <1386652255-31418-1-git-send-email-antonynpavlov@gmail.com> References: <1386652255-31418-1-git-send-email-antonynpavlov@gmail.com> Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] MIPS: csrc-r4k: use CLOCKSOURCE_MASK() macro To: Sascha Hauer Cc: barebox@lists.infradead.org On Tue, 10 Dec 2013 09:10:55 +0400 Antony Pavlov wrote: Sascha, please apply this trivial patch. > Signed-off-by: Antony Pavlov > --- > arch/mips/lib/csrc-r4k.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/arch/mips/lib/csrc-r4k.c b/arch/mips/lib/csrc-r4k.c > index 2978fcf..c699f2b 100644 > --- a/arch/mips/lib/csrc-r4k.c > +++ b/arch/mips/lib/csrc-r4k.c > @@ -32,7 +32,7 @@ static uint64_t c0_hpt_read(void) > = > static struct clocksource cs =3D { > .read =3D c0_hpt_read, > - .mask =3D 0xffffffff, > + .mask =3D CLOCKSOURCE_MASK(32), > }; > = > static int clocksource_init(void) > -- = > 1.8.5 > = -- = --=A0 Best regards, =A0 Antony Pavlov _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox