From: Thomas Gleixner <tglx@linutronix.de>
To: liqin.chen@sunplusct.com
Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
torvalds@linux-foundation.org
Subject: Re: [PATCH 11/13] score - New architecure port to SunplusCT S+CORE processor
Date: Fri, 27 Mar 2009 10:46:14 +0100 (CET) [thread overview]
Message-ID: <alpine.LFD.2.00.0903271042410.3397@localhost.localdomain> (raw)
In-Reply-To: <OF7CA377BE.25D639C0-ON48257586.0009A7DE-48257586.0009EF6F@sunplusct.com>
On Fri, 27 Mar 2009, liqin.chen@sunplusct.com wrote:
> +#include <linux/interrupt.h>
> +#include <asm/scoreregs.h>
> +
> +int timer_interrupt(int irq, void *dev_id)
> +{
> + rTIMER0CPPR = 1; /* clear timer interrupt flag */
> + do_timer(1);
> + update_process_times(user_mode(get_irq_regs()));
> + return IRQ_HANDLED;
> +}
Please convert this to CLOCK_EVENTS.
Thanks,
tglx
prev parent reply other threads:[~2009-03-27 9:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-27 1:46 liqin.chen
2009-03-27 9:46 ` Thomas Gleixner [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=alpine.LFD.2.00.0903271042410.3397@localhost.localdomain \
--to=tglx@linutronix.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=liqin.chen@sunplusct.com \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®