From: Werner Almesberger <wa@almesberger.net>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] [tcng] PSCHED_CPU ?
Date: Wed, 18 Sep 2002 14:25:05 +0000 [thread overview]
Message-ID: <marc-lartc-103235919818896@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103235556014265@msgid-missing>
[-- Attachment #1: Type: text/plain, Size: 418 bytes --]
raptor wrote:
> ]- i386, tcng-8u, Mandrake 2.4.19mdk-9
Does the attached patch help ? With it, setup.klib simply reverts
include/net/pkt_sched.h back to using PSCHED_JIFFIES.
- Werner
--
_________________________________________________________________________
/ Werner Almesberger, Buenos Aires, Argentina wa@almesberger.net /
/_http://www.almesberger.net/____________________________________________/
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 427 bytes --]
--- setup.klib.old Wed Sep 18 11:14:27 2002
+++ setup.klib Wed Sep 18 11:24:23 2002
@@ -100,7 +100,14 @@
u16 mask); \
trace_u32_offset(skb,n->handle,ptr-skb->nh.raw+n->sel.offoff,n->sel.offmask);\
& }/'>cls_u32.c
-
+
+#
+# De-Mandrakize net/pkt_sched.h
+#
+
+sed 's/\(#define PSCHED_CLOCK_SOURCE[^ -~]*PSCHED_\)CPU/\1JIFFIES/' \
+ <$KSRC/include/net/pkt_sched.h >include/net/pkt_sched.h
+
ln -s $KSRC kernel
#
next prev parent reply other threads:[~2002-09-18 14:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-18 13:26 [LARTC] [tcng] PSCHED_CPU ? raptor
2002-09-18 13:38 ` Werner Almesberger
2002-09-18 14:01 ` raptor
2002-09-18 14:25 ` Werner Almesberger [this message]
2002-09-18 16:07 ` Vladimír Trebický
2002-09-19 6:24 ` raptor
2002-09-19 6:33 ` Vladimír Trebický
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-103235919818896@msgid-missing \
--to=wa@almesberger.net \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.