From: Thomas Gleixner <tglx@linutronix.de>
To: Richard Kuo <rkuo@codeaurora.org>
Cc: linux-arch@vger.kernel.org, linux-hexagon@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 18/36] Hexagon: Add time and timer functions
Date: Mon, 19 Sep 2011 15:38:02 +0200 (CEST) [thread overview]
Message-ID: <alpine.LFD.2.02.1109191536330.2723@ionos> (raw)
In-Reply-To: <e97c6e$3hno05@wolverine02.qualcomm.com>
On Wed, 14 Sep 2011, Richard Kuo wrote:
> +
> +void debug_adsp_timers(void)
> +{
> + printk(KERN_INFO "rtos_timer->match=0x%08x\n", rtos_timer->match);
> + printk(KERN_INFO "rtos_timer->count=%d\n", rtos_timer->count);
> + printk(KERN_INFO "rtos_timer->enable=%d\n", rtos_timer->enable);
> + printk(KERN_INFO "rtos_timer->clear=%d\n", rtos_timer->clear);
> +}
Does this have a caller and is it useful ?
Otherwise this looks good.
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
next prev parent reply other threads:[~2011-09-19 13:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-14 18:19 [PATCH v4 18/36] Hexagon: Add time and timer functions Richard Kuo
2011-09-19 13:38 ` Thomas Gleixner [this message]
2011-09-19 15:54 ` Richard Kuo
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.02.1109191536330.2723@ionos \
--to=tglx@linutronix.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-hexagon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rkuo@codeaurora.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