[Frugalware-git] frugalware-current: kernel-2.6.35-1-i686
Miklos Vajna
vmiklos at frugalware.org
Mon Aug 9 20:53:39 CEST 2010
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2c4d60d83356dc3c76e52ae5cd0ed33f8ee56650
commit 2c4d60d83356dc3c76e52ae5cd0ed33f8ee56650
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Mon Aug 9 20:55:02 2010 +0200
kernel-2.6.35-1-i686
- drop not needed ppc_asm.diff
- i wanted to apply it on ppc, but due to a typo it was applied
everywhere exept ppc
- then i noticed ppc build succeeded, so we don't need the buildfix
anymore
diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild
index 92f4471..85be726 100644
--- a/source/base/kernel/FrugalBuild
+++ b/source/base/kernel/FrugalBuild
@@ -3,10 +3,6 @@
USE_DEVEL=${USE_DEVEL:-"n"}
-if [ "$CARCH" != "ppc" ]; then
- _F_kernel_patches=(ppc_asm.diff)
-fi
-
if Fuse $USE_DEVEL; then
# example for a tagged rc release: 2.6.32.rc5
# example for a random snapshot, based on git describe output: 2.6.32.rc5.81.g964fe08
diff --git a/source/base/kernel/ppc_asm.diff b/source/base/kernel/ppc_asm.diff
deleted file mode 100644
index 26ecfed..0000000
--- a/source/base/kernel/ppc_asm.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/arch/powerpc/include/asm/ptrace.h b/arch/powerpc/include/asm/ptrace.h
-index 9e2d84c..441179a 100644
---- a/arch/powerpc/include/asm/ptrace.h
-+++ b/arch/powerpc/include/asm/ptrace.h
-@@ -27,7 +27,9 @@
- #ifdef __KERNEL__
- #include <linux/types.h>
- #else
-+#ifndef __ASSEMBLY__
- #include <stdint.h>
-+#endif /* __ASSEMBLY__ */
- #endif
-
- #ifndef __ASSEMBLY__
More information about the Frugalware-git
mailing list