From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 23 Feb 2012 08:01:08 +0800 Subject: [U-Boot] [PATCH 2/2] nios2: implement get_ticks and get_tbclk In-Reply-To: <1329723288-12047-1-git-send-email-alex@alexhornung.com> References: <1329723288-12047-1-git-send-email-alex@alexhornung.com> Message-ID: <4F4581C4.8080509@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/20/2012 03:34 PM, Alex Hornung wrote: > * Copy over Blackfin's get_ticks and get_tbclk - they work just fine on > Nios2. > > Signed-off-by: Alex Hornung > --- > arch/nios2/cpu/interrupts.c | 22 ++++++++++++++++++++++ > 1 files changed, 22 insertions(+), 0 deletions(-) Dear Alex, Applied. Thanks. Best regards, Thomas