enable hpilo.ko on x86_64

This commit is contained in:
Kyle McMartin 2010-12-03 07:09:39 -05:00
parent fe72140793
commit aa56924465
2 changed files with 6 additions and 1 deletions

View File

@ -419,3 +419,5 @@ CONFIG_XEN_PLATFORM_PCI=m
# CONFIG_ACPI_QUICKSTART is not set
CONFIG_IDEAPAD_ACPI=m
CONFIG_INTEL_IPS=m
CONFIG_HP_ILO=m

View File

@ -2028,7 +2028,10 @@ fi
# || ||
%changelog
* Thu Dec 02 2010 Kyle McMartin <kyle@redhat.com> 2.6.36.1-11
* Fri Dec 03 2010 Kyle McMartin <kyle@redhat.com> 2.6.36.1-11
- Enable HP ILO on x86_64. (#571329)
* Thu Dec 02 2010 Kyle McMartin <kyle@redhat.com>
- Grab some of Mel's fixes from -mmotm to hopefully sort out #649694.
They've been tested by a few on that bug on 2.6.35, but let's push
it out to a bigger audience.