public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.21-pre3-ac1/2 and CONFIG_CPU_FREQ failure
@ 2003-01-09 23:11 Richard A Nelson
       [not found] ` <16534.1042162736@www24.gmx.net>
  0 siblings, 1 reply; 2+ messages in thread
From: Richard A Nelson @ 2003-01-09 23:11 UTC (permalink / raw)
  To: Linux Kernel Mailing List

If CONFIG_CPU_FREQ is set, and CONFIG_SMP isn't,
./arch/i386/kernel/time.c will fail to compile at line 946:

#if defined(CONFIG_CPU_FREQ) && !defined(CONFIG_SMP)
    cpufreq_register_notifier(&time_cpufreq_notifier_block,
CPUFREQ_TRANSITION_NOTIFIER);
#endif

There is no definition of time_cpufreq_notifier_block

-- 
Rick Nelson
The nice thing about Windows is - It does not just crash, it displays a
dialog box and lets you press 'OK' first.
(Arno Schaefer's .sig)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-10  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-09 23:11 2.4.21-pre3-ac1/2 and CONFIG_CPU_FREQ failure Richard A Nelson
     [not found] ` <16534.1042162736@www24.gmx.net>
2003-01-10  8:54   ` [PATCH] " Dominik Brodowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox