From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 23 Feb 2012 00:24:49 +0100 Subject: [U-Boot] [PATCH 1/2] openrisc/bitops: add hweightX defines In-Reply-To: <201202221741.19601.vapier@gentoo.org> References: <1329930610-14474-1-git-send-email-stefan.kristiansson@saunalahti.fi> <201202222315.51042.marek.vasut@gmail.com> <201202221741.19601.vapier@gentoo.org> Message-ID: <201202230024.49848.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Wednesday 22 February 2012 17:15:50 Marek Vasut wrote: > > looks like get_tbclk() and get_ticks() looks all the same just about > > everywhere. What about introducing a weak alias for these functions so in > > case weird platform pops up, these can be overridden. > > the unified timer core that Graeme/Simon were doing takes care of that > implicitly Unified timer core? M