[oe-commits] Marcin Juszkiewicz : linux 2.6.24: drop time.h.patch - it is in 2.6.24. 7 update

git version control git at git.openembedded.org
Mon Dec 14 11:57:18 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 73575ed195bc237fc594ea4aecb1c74d19ff71bc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=73575ed195bc237fc594ea4aecb1c74d19ff71bc

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Wed Oct 21 12:31:41 2009 +0200

linux 2.6.24: drop time.h.patch - it is in 2.6.24.7 update

---

 recipes/linux/linux-2.6.24/time.h.patch |   25 -------------------------
 recipes/linux/linux_2.6.24.bb           |    1 -
 2 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/recipes/linux/linux-2.6.24/time.h.patch b/recipes/linux/linux-2.6.24/time.h.patch
deleted file mode 100644
index fd22f3a..0000000
--- a/recipes/linux/linux-2.6.24/time.h.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-....since some architectures don't support __udivdi3() (and
- we don't want to use that, anyway).
- 
- Signed-off-by: Segher Boessenkool 
- ---
- include/linux/time.h | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-
-Index: linux-2.6.24/include/linux/time.h
-===================================================================
---- linux-2.6.24.orig/include/linux/time.h	2008-06-23 11:17:09.021841180 +0200
-+++ linux-2.6.24/include/linux/time.h	2008-06-23 11:18:34.445167140 +0200
-@@ -173,6 +173,11 @@
- {
- 	ns += a->tv_nsec;
- 	while(unlikely(ns >= NSEC_PER_SEC)) {
-+		/* The following asm() prevents the compiler from
-+		 * optimising this loop into a modulo operation.
-+		 */
-+		asm("" : "+r"(ns));
-+
- 		ns -= NSEC_PER_SEC;
- 		a->tv_sec++;
- 	}
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb
index 7d0cb68..c454979 100644
--- a/recipes/linux/linux_2.6.24.bb
+++ b/recipes/linux/linux_2.6.24.bb
@@ -19,7 +19,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \
            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.7.bz2;patch=1 \
            file://squashfs-lzma-2.6.24.patch;patch=1 \
            file://ubifs-v2.6.24.patch;patch=1 \
-	   file://time.h.patch;patch=1 \
            file://defconfig"
 
 # Moved away temporarely until committed properly (work in progress).





More information about the Openembedded-commits mailing list