diff options
Diffstat (limited to 'sys-freebsd/freebsd-sources/files/freebsd-sources-9.2-no_ctf.patch')
-rw-r--r-- | sys-freebsd/freebsd-sources/files/freebsd-sources-9.2-no_ctf.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-freebsd/freebsd-sources/files/freebsd-sources-9.2-no_ctf.patch b/sys-freebsd/freebsd-sources/files/freebsd-sources-9.2-no_ctf.patch deleted file mode 100644 index a3fe93f88177..000000000000 --- a/sys-freebsd/freebsd-sources/files/freebsd-sources-9.2-no_ctf.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC -index 20d0c3f..3f5bf52 100644 ---- a/sys/amd64/conf/GENERIC -+++ b/sys/amd64/conf/GENERIC -@@ -22,7 +22,8 @@ cpu HAMMER - ident GENERIC - - makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols --makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support -+#makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support -+nomakeoptions WITH_CTF # Disabled on Gentoo/FreeBSD - - options SCHED_ULE # ULE scheduler - options PREEMPTION # Enable kernel thread preemption -diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC -index f77b0fc..1f67a3a 100644 ---- a/sys/i386/conf/GENERIC -+++ b/sys/i386/conf/GENERIC -@@ -24,7 +24,8 @@ cpu I686_CPU - ident GENERIC - - makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols --makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support -+#makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support -+nomakeoptions WITH_CTF # Disabled on Gentoo/FreeBSD - - options SCHED_ULE # ULE scheduler - options PREEMPTION # Enable kernel thread preemption |