[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.02.1109191536330.2723@ionos>
Date: Mon, 19 Sep 2011 15:38:02 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Richard Kuo <rkuo@...eaurora.org>
cc: linux-arch@...r.kernel.org, linux-hexagon@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 18/36] Hexagon: Add time and timer functions
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@...utronix.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists