enable hpilo on x86_64

This commit is contained in:
Kyle McMartin 2010-12-03 07:03:54 -05:00
parent 76a7ebfb42
commit 65c06ec080
2 changed files with 6 additions and 1 deletions

View File

@ -407,3 +407,5 @@ CONFIG_INTEL_IDLE=y
CONFIG_I7300_IDLE=m
CONFIG_PCI_CNB20LE_QUIRK=y
CONFIG_HP_ILO=m

View File

@ -48,7 +48,7 @@ Summary: The Linux kernel
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
# scripts/rebase.sh should be made to do that for you, actually.
#
%global baserelease 63
%global baserelease 64
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -2103,6 +2103,9 @@ fi
# and build.
%changelog
* Fri Dec 03 2010 Kyle McMartin <kyle@redhat.com> 2.6.35.9-64
- Enable hpilo.ko 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.