summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--linux-zen.install2
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 976695337a0d..2146adea0cbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 2 00:27:37 UTC 2016
+# Sun Apr 24 04:57:32 UTC 2016
pkgbase = linux-zen-git
pkgdesc = Featureful kernel including various new features, code and optimizations to better suit desktops
- pkgver = 4.5.0+575611+g3831a7a
+ pkgver = 4.5.2+575985+ga3adcbf
pkgrel = 1
url = https://github.com/damentz/zen-kernel
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e3b17ca9c422..2f19e613b031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Original PKGBUILD Contributor: Patrick Bartels <p4ddy.b@gmail.com>
# Thanks to Bregol
pkgname="linux-zen-git"
-pkgver=4.5.0+575611+g3831a7a
+pkgver=4.5.2+575985+ga3adcbf
pkgdesc="Featureful kernel including various new features, code and optimizations to better suit desktops"
url="https://github.com/damentz/zen-kernel"
license=("GPL2")
@@ -79,6 +79,9 @@ build() {
warning "Press ENTER if you want to build the kernel or CTRL+C to abort..."
read
+
+ msg "Applying temp fix for max_numa_distance in smpboot.c"
+ sed -i 's/extern\ int\ sched\_max\_numa\_distance/int\ sched\_max\_numa\_distance\ \=\ \-1/g' "${srcdir}/zen-kernel/arch/x86/kernel/smpboot.c"
cd "${srcdir}/build"
msg2 "Building kernel..."; make -j $_CORES bzImage
diff --git a/linux-zen.install b/linux-zen.install
index a33baee46dc5..b8cc83bef9e3 100644
--- a/linux-zen.install
+++ b/linux-zen.install
@@ -1,4 +1,4 @@
-_kernel_version=4.5.0-zen-g3831a7a-dirty
+_kernel_version=4.5.2-zen-ga3adcbf-dirty
_r="\033[00;31m"
_y="\033[00;33m"