Browse code

linux-esx: pciehp support

Change-Id: Ib62954d9f79cb68323fab855ce642820c3c121db
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1437
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: suezzelur <anishs@vmware.com>

Alexey Makhalov authored on 2016/09/21 20:23:22
Showing 2 changed files
... ...
@@ -380,14 +380,11 @@ CONFIG_PARAVIRT_CLOCK=y
380 380
 CONFIG_NO_BOOTMEM=y
381 381
 # CONFIG_MK8 is not set
382 382
 # CONFIG_MPSC is not set
383
-CONFIG_MCORE2=y
383
+# CONFIG_MCORE2 is not set
384 384
 # CONFIG_MATOM is not set
385
-# CONFIG_GENERIC_CPU is not set
385
+CONFIG_GENERIC_CPU=y
386 386
 CONFIG_X86_INTERNODE_CACHE_SHIFT=6
387 387
 CONFIG_X86_L1_CACHE_SHIFT=6
388
-CONFIG_X86_INTEL_USERCOPY=y
389
-CONFIG_X86_USE_PPRO_CHECKSUM=y
390
-CONFIG_X86_P6_NOP=y
391 388
 CONFIG_X86_TSC=y
392 389
 CONFIG_X86_CMPXCHG64=y
393 390
 CONFIG_X86_CMOV=y
... ...
@@ -585,7 +582,7 @@ CONFIG_PCI_DIRECT=y
585 585
 # CONFIG_PCI_MMCONFIG is not set
586 586
 CONFIG_PCI_DOMAINS=y
587 587
 CONFIG_PCIEPORTBUS=y
588
-# CONFIG_HOTPLUG_PCI_PCIE is not set
588
+CONFIG_HOTPLUG_PCI_PCIE=y
589 589
 # CONFIG_PCIEAER is not set
590 590
 CONFIG_PCIEASPM=y
591 591
 # CONFIG_PCIEASPM_DEBUG is not set
... ...
@@ -2,7 +2,7 @@
2 2
 Summary:       Kernel
3 3
 Name:          linux-esx
4 4
 Version:       4.4.20
5
-Release:       2%{?dist}
5
+Release:       3%{?dist}
6 6
 License:       GPLv2
7 7
 URL:           http://www.kernel.org/
8 8
 Group:         System Environment/Kernel
... ...
@@ -155,6 +155,9 @@ ln -sf %{name}-%{version}-%{release}.cfg /boot/photon.cfg
155 155
 /usr/src/%{name}-headers-%{version}-%{release}
156 156
 
157 157
 %changelog
158
+*   Wed Sep 21 2016 Alexey Makhalov <amakhalov@vmware.com> 4.4.20-3
159
+-   Add PCIE hotplug support
160
+-   Switch processor type to generic
158 161
 *   Tue Sep 20 2016 Alexey Makhalov <amakhalov@vmware.com> 4.4.20-2
159 162
 -   Add -release number for /boot/* files
160 163
 -   Fixed generation of debug symbols for kernel modules & vmlinux