linux: 4.9.37 -> 4.9.38

Remove temporary patches to perf as well
This commit is contained in:
Tim Steinbach
2017-07-15 19:22:07 -04:00
parent ccec16579d
commit b04858db1b
3 changed files with 3 additions and 227 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
inherit (kernel) src;
patches = kernel.patches ++ [ ./perf-binutils-path.patch ./perf-offline-probe.patch ];
patches = kernel.patches ++ [ ./perf-binutils-path.patch ];
preConfigure = ''
cd tools/perf