diff --git a/PKGBUILD b/PKGBUILD
index 82bc894bbc08e0a7837f5523cbf3f4d6e263a945..d56a1a45a6c1d3b4ee207b684983481136de009f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Customized version of linux for seblu computers
 
 pkgname=linux-seblu
-pkgver=4.16_rc1
+pkgver=4.16_rc2
 pkgrel=1
 pkgdesc='The Linux Kernel cooked by Seblu'
 arch=('x86_64')
@@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 source=("$_repourl#tag=v${pkgver/_/-}"
         "config.$CARCH")
 md5sums=('SKIP'
-         '6ceb46edbe65b6a19b02487dcc13bb54')
+         '724867d67eed68e68e10104f405a9955')
 
 prepare() {
   # fake linux directory if necessary
@@ -160,12 +160,6 @@ install_sources() {
   install -d "$kernsrc/net/mac80211/"
   cp net/mac80211/*.h "$kernsrc/net/mac80211/"
 
-  # add dvb headers for external modules
-  # in reference to:
-  # http://bugs.archlinux.org/task/9912
-  install -d "$kernsrc/drivers/media/dvb-core"
-  cp drivers/media/dvb-core/*.h "$kernsrc/drivers/media/dvb-core/"
-
   # add dvb headers for external modules
   # in reference to:
   # http://bugs.archlinux.org/task/11194
diff --git a/config.x86_64 b/config.x86_64
index ba9aa7a8e85066c6ba136381e73ea60a0c6624ca..c19d749d7156e41528960e66ae73495953e80c8b 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.16.0-rc1 Kernel Configuration
+# Linux/x86 4.16.0-rc2 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -500,6 +500,9 @@ CONFIG_DMI=y
 # CONFIG_CALGARY_IOMMU is not set
 CONFIG_SWIOTLB=y
 CONFIG_IOMMU_HELPER=y
+CONFIG_NR_CPUS_RANGE_BEGIN=2
+CONFIG_NR_CPUS_RANGE_END=512
+CONFIG_NR_CPUS_DEFAULT=64
 CONFIG_NR_CPUS=128
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y