mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Antony Pavlov <antonynpavlov@gmail.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] MIPS: csrc-r4k: use CLOCKSOURCE_MASK() macro
Date: Mon, 6 Jan 2014 18:07:47 +0400	[thread overview]
Message-ID: <20140106180747.b9e9fc1ad92b41d7b39b27fe@gmail.com> (raw)
In-Reply-To: <1386652255-31418-1-git-send-email-antonynpavlov@gmail.com>

On Tue, 10 Dec 2013 09:10:55 +0400
Antony Pavlov <antonynpavlov@gmail.com> wrote:

Sascha, please apply this trivial patch.

> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
>  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 = {
>  	.read	= c0_hpt_read,
> -	.mask	= 0xffffffff,
> +	.mask	= CLOCKSOURCE_MASK(32),
>  };
>  
>  static int clocksource_init(void)
> -- 
> 1.8.5
> 

-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2014-01-06 14:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-10  5:10 Antony Pavlov
2013-12-14 11:59 ` Antony Pavlov
2014-01-06 14:07 ` Antony Pavlov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140106180747.b9e9fc1ad92b41d7b39b27fe@gmail.com \
    --to=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox