diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-07-18 01:15:17 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-07-18 01:15:17 +0200 |
commit | 11634bd6682d5979fa10fdc01cd74577827377bd (patch) | |
tree | 22e3a3e7439ba30b15498113d24017b89e58cd39 /Documentation/Changes | |
parent | ACPI / documentation: Remove reference to acpi_platform_device_ids from enume... (diff) | |
parent | ACPI / video: Add use_native_backlight quirk for HP ProBook 4540s (diff) | |
download | linux-11634bd6682d5979fa10fdc01cd74577827377bd.tar.xz linux-11634bd6682d5979fa10fdc01cd74577827377bd.zip |
Merge branches 'acpi-scan' and 'acpi-video'
* acpi-scan:
ACPI / documentation: Remove reference to acpi_platform_device_ids from enumeration.txt
* acpi-video:
ACPI / video: Add use_native_backlight quirk for HP ProBook 4540s
Revert "ACPI / video: change acpi-video brightness_switch_enabled default to 0"
Diffstat (limited to 'Documentation/Changes')
-rw-r--r-- | Documentation/Changes | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index 2254db0f00a5..227bec88021e 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -280,12 +280,9 @@ that is possible. mcelog ------ -In Linux 2.6.31+ the i386 kernel needs to run the mcelog utility -as a regular cronjob similar to the x86-64 kernel to process and log -machine check events when CONFIG_X86_NEW_MCE is enabled. Machine check -events are errors reported by the CPU. Processing them is strongly encouraged. -All x86-64 kernels since 2.6.4 require the mcelog utility to -process machine checks. +On x86 kernels the mcelog utility is needed to process and log machine check +events when CONFIG_X86_MCE is enabled. Machine check events are errors reported +by the CPU. Processing them is strongly encouraged. Getting updated software ======================== |