From: kristoffer.ericson@gmail.com (Kristoffer Ericson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] mach-sa1100: fix sched_clock breakage
Date: Wed, 4 Jan 2012 20:21:19 +0100 [thread overview]
Message-ID: <20120104192119.GC5154@Boggieman> (raw)
In-Reply-To: <1325672503-16690-1-git-send-email-linus.walleij@linaro.org>
Thx :)
Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
On Wed, Jan 04, 2012 at 11:21:43AM +0100, Linus Walleij wrote:
> Fixed up a simple typo in the runtime sched_clock conversion
> so we compile again.
>
> Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
> Cc: Marc Zyngier <marc.zyngier@arm.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> arch/arm/mach-sa1100/time.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-sa1100/time.c b/arch/arm/mach-sa1100/time.c
> index 1ee6d4c..69e3353 100644
> --- a/arch/arm/mach-sa1100/time.c
> +++ b/arch/arm/mach-sa1100/time.c
> @@ -19,7 +19,7 @@
> #include <asm/sched_clock.h>
> #include <mach/hardware.h>
>
> -static u32 notrace sa100_read_sched_clock(void)
> +static u32 notrace sa1100_read_sched_clock(void)
> {
> return OSCR;
> }
> --
> 1.7.6.4
prev parent reply other threads:[~2012-01-04 19:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-04 10:21 [PATCH 1/2] mach-sa1100: fix sched_clock breakage Linus Walleij
2012-01-04 10:36 ` Marc Zyngier
2012-01-04 19:21 ` Kristoffer Ericson [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=20120104192119.GC5154@Boggieman \
--to=kristoffer.ericson@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 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.