linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: niraj gupta <niraj_gupta@qosmetrix.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 0n the heels on 10khz patch for 2.6 here is the patch for 2.4 hot of the press
Date: Fri, 26 Dec 2003 22:19:56 +0100	[thread overview]
Message-ID: <20031226211956.GA197@elf.ucw.cz> (raw)
In-Reply-To: <200312151808.04337.niraj_gupta@qosmetrix.com>

Hi!

> just wanted to thank Jean-Marc Valin for the 10khz patch, 
> here is the patch for 2.4, it boots for me for 2.4G HT/SMP enabled CPU
> but YMMV
> 
> i am not subscribed to the list so please cc me personally
> if it were not for kerneltrap i would have never seen the original
> patch

First, it is preferable to inline patches.

> diff -urN linux-2.4.22/arch/i386/kernel/apic.c 10klinux-2.4.22/arch/i386/kernel/apic.c
> --- linux-2.4.22/arch/i386/kernel/apic.c	2003-06-13 07:51:29.000000000 -0700
> +++ 10klinux-2.4.22/arch/i386/kernel/apic.c	2003-12-15 17:55:37.000000000 -0800
> @@ -767,7 +767,7 @@
>  	 * chipset timer can cause.
>  	 */
>  
> -	} while (delta < 300);
> +	} while (delta < 30);
>  }
>  
>  /*


Second, I'm not sure how good idea this is. Others are bugfixes, but
this has ability to break stuff.

								Pavel
-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]

      reply	other threads:[~2003-12-26 23:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-16  2:08 0n the heels on 10khz patch for 2.6 here is the patch for 2.4 hot of the press niraj gupta
2003-12-26 21:19 ` Pavel Machek [this message]

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=20031226211956.GA197@elf.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=niraj_gupta@qosmetrix.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).