lkml.org 
[lkml]   [2015]   [Jan]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] clocksource: tegra: wrap arch/arm-specific sections in CONFIG_ARM
On Thu, Jan 08, 2015 at 03:21:58PM +0100, Daniel Lezcano wrote:
> On 12/09/2014 11:07 PM, Paul Walmsley wrote:
> >
> >Like several of the other files in drivers/clocksource,
> >tegra20_timer.c contains code that can only compile when CONFIG_ARM is
> >enabled. This causes obvious problems when trying to compile this
> >code for NVIDIA ARM64-based SoCs, such as Tegra132. The same timer IP
> >blocks exist, so it seems appropriate to provide support for them.
> >
> >So until we figure out a better way to partition this code, wrap the
> >delay_timer and persistent_clock support code with preprocessor tests
> >for CONFIG_ARM. (The delay_timer code should not be needed at all on
> >ARM64 due to the presence of the ARMv8 architected timer. The
> >persistent_clock support code could become important once power
> >management modes are implemented that turn off the CPU complex.)
>
> Well actually putting #ifdef macros in the C code should be avoided if
> possible.
>
> May be you can replace those macros by:
>
> if (IS_ENABLED(CONFIG_ARM64)) {
> ...
> }
>
> ?

Unfortunately we can't. Some of the symbols in this file are only
defined in headers specific to ARM and not available on ARM64.

Thierry
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2015-01-08 17:01    [W:0.054 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site