* pxa timer code broken for non-CONFIG_GENERIC_CLOCKEVENTS
@ 2007-07-24 4:29 Robert Schwebel
2007-07-24 7:33 ` Russell King
0 siblings, 1 reply; 4+ messages in thread
From: Robert Schwebel @ 2007-07-24 4:29 UTC (permalink / raw)
To: linux-kernel; +Cc: Bill Gatliff, Russell King, Thomas Gleixner
Bill,
7bbb18c9f4783b6fb3bf27af71625b590cf4f00b aka 4507/1 intensively uses
stuff from include/linux/clockchips.h which are defined under
#ifdef CONFIG_GENERIC_CLOCKEVENTS
Unless I'm missing something, all PXA platforms which have
CONFIG_GENERIC_CLOCKEVENTS not set are currently broken and don't
compile any more.
Robert
--
Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
Handelsregister: Amtsgericht Hildesheim, HRA 2686
Hannoversche Str. 2, 31134 Hildesheim, Germany
Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pxa timer code broken for non-CONFIG_GENERIC_CLOCKEVENTS
2007-07-24 4:29 pxa timer code broken for non-CONFIG_GENERIC_CLOCKEVENTS Robert Schwebel
@ 2007-07-24 7:33 ` Russell King
2007-07-24 12:10 ` Bill Gatliff
2007-07-24 12:12 ` Bill Gatliff
0 siblings, 2 replies; 4+ messages in thread
From: Russell King @ 2007-07-24 7:33 UTC (permalink / raw)
To: Robert Schwebel; +Cc: linux-kernel, Bill Gatliff, Thomas Gleixner
On Tue, Jul 24, 2007 at 06:29:47AM +0200, Robert Schwebel wrote:
> Bill,
>
> 7bbb18c9f4783b6fb3bf27af71625b590cf4f00b aka 4507/1 intensively uses
> stuff from include/linux/clockchips.h which are defined under
>
> #ifdef CONFIG_GENERIC_CLOCKEVENTS
>
> Unless I'm missing something, all PXA platforms which have
> CONFIG_GENERIC_CLOCKEVENTS not set are currently broken and don't
> compile any more.
I'm not sure what the point of this message is. You'll find a fix for
this on linux-arm-kernel since yesterday morning.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pxa timer code broken for non-CONFIG_GENERIC_CLOCKEVENTS
2007-07-24 7:33 ` Russell King
@ 2007-07-24 12:10 ` Bill Gatliff
2007-07-24 12:12 ` Bill Gatliff
1 sibling, 0 replies; 4+ messages in thread
From: Bill Gatliff @ 2007-07-24 12:10 UTC (permalink / raw)
To: Russell King; +Cc: Robert Schwebel, linux-kernel, Thomas Gleixner
Russell King wrote:
> You'll find a fix for this on linux-arm-kernel since yesterday morning.
>
I accidentally left this out of the patch that made it into the database
(and someone else caught my mistake and posted it on l-a-k yesterday):
=== modified file 'arch/arm/Kconfig'
--- linux-2.6.22-arm-pxaarch/arm/Kconfig 2007-05-30 13:30:58 +0000
+++ /linux-2.6.22-arm-pxa-clockevents/arch/arm/Kconfig 2007-07-12
20:04:51 +0000
@@ -331,6 +331,7 @@
select ARCH_MTD_XIP
select GENERIC_GPIO
select GENERIC_TIME
+ select GENERIC_CLOCKEVENTS
help
Support for Intel's PXA2XX processor line.
Sorry!
b.g.
--
Bill Gatliff
bgat@billgatliff.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pxa timer code broken for non-CONFIG_GENERIC_CLOCKEVENTS
2007-07-24 7:33 ` Russell King
2007-07-24 12:10 ` Bill Gatliff
@ 2007-07-24 12:12 ` Bill Gatliff
1 sibling, 0 replies; 4+ messages in thread
From: Bill Gatliff @ 2007-07-24 12:12 UTC (permalink / raw)
To: Russell King; +Cc: Robert Schwebel, linux-kernel, Thomas Gleixner
Russell King wrote:
> On Tue, Jul 24, 2007 at 06:29:47AM +0200, Robert Schwebel wrote:
>
>> Bill,
>>
>> 7bbb18c9f4783b6fb3bf27af71625b590cf4f00b aka 4507/1 intensively uses
>> stuff from include/linux/clockchips.h which are defined under
>>
>> #ifdef CONFIG_GENERIC_CLOCKEVENTS
>>
>> Unless I'm missing something, all PXA platforms which have
>> CONFIG_GENERIC_CLOCKEVENTS not set are currently broken and don't
>> compile any more.
>>
>
> I'm not sure what the point of this message is. You'll find a fix for
> this on linux-arm-kernel since yesterday morning.
>
>
4526/1.
b.g.
--
Bill Gatliff
bgat@billgatliff.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-07-24 12:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 4:29 pxa timer code broken for non-CONFIG_GENERIC_CLOCKEVENTS Robert Schwebel
2007-07-24 7:33 ` Russell King
2007-07-24 12:10 ` Bill Gatliff
2007-07-24 12:12 ` Bill Gatliff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox