Re: [PATCH 46/47] Update and improve CRISv32 kernel/time.c

2007-12-12 Thread Andrew Morton
On Tue, 4 Dec 2007 17:25:45 +0100 Jesper Nilsson <[EMAIL PROTECTED]> wrote: > +#ifdef CONFIG_CPU_FREQ > + cpufreq_register_notifier(_time_freq_notifier_block, > + CPUFREQ_TRANSITION_NOTIFIER); > #endif include/linux/cpufreq.h has #ifdef CONFIG_CPU_FREQ ... #else /*

Re: [PATCH 46/47] Update and improve CRISv32 kernel/time.c

2007-12-12 Thread Andrew Morton
On Tue, 4 Dec 2007 17:25:45 +0100 Jesper Nilsson [EMAIL PROTECTED] wrote: +#ifdef CONFIG_CPU_FREQ + cpufreq_register_notifier(cris_time_freq_notifier_block, + CPUFREQ_TRANSITION_NOTIFIER); #endif include/linux/cpufreq.h has #ifdef CONFIG_CPU_FREQ ... #else /*

[PATCH 46/47] Update and improve CRISv32 kernel/time.c

2007-12-06 Thread Jesper Nilsson
- Shorten include paths to machine dependent header files. - Register name for first timer is now regi_timer0. - Remove raw_printk hack, use oops_in_progress instead. - Add handling of CPU frequency scaling for CRIS. - Remove regs parameter to timer_interrupt, get them from get_irq_regs instead. -

[PATCH 46/47] Update and improve CRISv32 kernel/time.c

2007-12-06 Thread Jesper Nilsson
- Shorten include paths to machine dependent header files. - Register name for first timer is now regi_timer0. - Remove raw_printk hack, use oops_in_progress instead. - Add handling of CPU frequency scaling for CRIS. - Remove regs parameter to timer_interrupt, get them from get_irq_regs instead. -