ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] Zaptel enchancements


From: Vadim Lebedev
Subject: Re: [Ltib] Zaptel enchancements
Date: Mon, 01 Dec 2008 20:48:29 +0100
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Please disregard the patch file i've sent in previous message...
the only file which should be patched is ztdummy.c

I've screwed something just before publishing it

I'm attaching the new version

Thanks
Vadim

Vadim Lebedev wrote:
Hello,

I'm submitting two enchancements to zaptel for ltib,

1) patch allowing usage of Hi res timers on non-intel platforms

2) possibility to build in a setup where kernel kbuild output dir is different  from  kernel  source dir


(The suggested name for the patch  file would be  :
zaptel-1.4.11-nonintel-hrt.patch



Thanks
Vadim


_______________________________________________ LTIB home page: http://bitshrine.org Ltib mailing list address@hidden http://lists.nongnu.org/mailman/listinfo/ltib

diff --exclude CVS -uNr zaptel-1.4.11/kernel/ztdummy.c 
zaptel-1.4.11.modified/kernel/ztdummy.c
--- zaptel-1.4.11/kernel/ztdummy.c      2008-02-18 18:32:26.000000000 +0100
+++ zaptel-1.4.11.modified/kernel/ztdummy.c     2008-10-22 16:36:26.000000000 
+0200
@@ -54,7 +54,7 @@
  * If using an i386 architecture without a PC real-time clock,
  * the #define USE_RTC should be commented out.
  */
-#if defined(__i386__) || defined(__x86_64__)
+#if defined(__i386__) || defined(__x86_64__) || defined(__arm__)
 #if LINUX_VERSION_CODE >= VERSION_CODE(2,6,13)
 /* The symbol hrtimer_forward is only exported as of 2.6.22: */
 #if defined(CONFIG_HIGH_RES_TIMERS) && LINUX_VERSION_CODE >= 
VERSION_CODE(2,6,22)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]