Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq:
[CPUFREQ] correct broken links and email addresses

+6 -8
+4 -6
Documentation/cpu-freq/index.txt
··· 35 35 ------------ 36 36 There is a CPU frequency changing CVS commit and general list where 37 37 you can report bugs, problems or submit patches. To post a message, 38 - send an email to cpufreq@lists.linux.org.uk, to subscribe go to 39 - http://lists.linux.org.uk/mailman/listinfo/cpufreq. Previous post to the 40 - mailing list are available to subscribers at 41 - http://lists.linux.org.uk/mailman/private/cpufreq/. 42 - 38 + send an email to cpufreq@vger.kernel.org, to subscribe go to 39 + http://vger.kernel.org/vger-lists.html#cpufreq and follow the 40 + instructions there. 43 41 44 42 Links 45 43 ----- ··· 48 50 * http://cvs.arm.linux.org.uk/ 49 51 50 52 the CPUFreq Mailing list: 51 - * http://lists.linux.org.uk/mailman/listinfo/cpufreq 53 + * http://vger.kernel.org/vger-lists.html#cpufreq 52 54 53 55 Clock and voltage scaling for the SA-1100: 54 56 * http://www.lartmaker.nl/projects/scaling
+1 -1
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
··· 171 171 } 172 172 173 173 if (c->x86 != 0xF) { 174 - printk(KERN_WARNING PFX "Unknown p4-clockmod-capable CPU. Please send an e-mail to <cpufreq@lists.linux.org.uk>\n"); 174 + printk(KERN_WARNING PFX "Unknown p4-clockmod-capable CPU. Please send an e-mail to <cpufreq@vger.kernel.org>\n"); 175 175 return 0; 176 176 } 177 177
+1 -1
arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
··· 26 26 #include <asm/cpufeature.h> 27 27 28 28 #define PFX "speedstep-centrino: " 29 - #define MAINTAINER "cpufreq@lists.linux.org.uk" 29 + #define MAINTAINER "cpufreq@vger.kernel.org" 30 30 31 31 #define dprintk(msg...) \ 32 32 cpufreq_debug_printk(CPUFREQ_DEBUG_DRIVER, "speedstep-centrino", msg)