Re: [PATCH 1/6 v8] ARM: Add basic architecture support forVIA/WonderMedia 85xx SoC's

From: Alexey Charkov
Date: Mon Dec 20 2010 - 14:26:30 EST


2010/12/20 Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx>:
> On Sun, Dec 19, 2010 at 08:40:17PM +0300, Alexey Charkov wrote:
>> +config ARCH_VT8500
>> + Â Â bool "VIA/WonderMedia 85xx"
>> + Â Â select CPU_ARM926T
>> + Â Â select GENERIC_GPIO
>> + Â Â select ARCH_HAS_CPUFREQ
>> + Â Â select GENERIC_TIME
>
> Everything looks good, except for the above. ÂYou don't need to select
> GENERIC_TIME - it doesn't exist anymore.

Ok, that was an old copy-paste. Will resubmit a revised version in a moment.

> It's also good to see that you've picked up on registering clocksources
> with the _hz/_khz functions.

Yes, these are quite handy. I will also check if my previously spotted
performance issues with sched_clock are relieved with the latest
clocksource-related instrumentary in 'devel': maybe it wasn't all due
to evil busy-waiting on counter-to-bus synchronization. However, that
would probably be worth a separate small patch.

Thanks,
Alexey
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/