diff options
-rw-r--r-- | images/NEWS | 1 | ||||
-rw-r--r-- | kernel/list_modules.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/images/NEWS b/images/NEWS index 9b570d363..f79c97ae1 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,4 @@ +- include acpi-cpufreq - sync with kernel-3.15 Version 2.7 - 28 April 2014 by Thierry Vignaud diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 7151fc4a1..dab0881a6 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -341,6 +341,7 @@ our %l = ( qw(crc32c crc32c-intel), qw(evdev), qw(usblp printer), 'floppy', 'microcode', 'usb_common', + qw(acpi_cpufreq processor), #- these need checking qw(rrunner meye), |