public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tom Leete <tleete@mountain.net>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: "H. Peter Anvin" <hpa@transmeta.com>, linux-kernel@vger.kernel.org
Subject: [PATCH] Typo in test11-pre7 i386 cpu_init
Date: Sat, 18 Nov 2000 07:53:56 -0500	[thread overview]
Message-ID: <3A167BE4.44080F7F@mountain.net> (raw)

Hi,

Here is another.

Tom


--- linux-2.4.0-test11/arch/i386/kernel/setup.c.orig	Sat Nov 18 01:55:18
2000+++ linux-2.4.0-test11/arch/i386/kernel/setup.c	Sat Nov 18 07:43:19 2000
@@ -2178,7 +2178,7 @@
 	if (tsc_disable && cpu_has_tsc) {
 		printk("Disabling TSC...\n");
 		/**** FIX-HPA: DOES THIS REALLY BELONG HERE? ****/
-		clear_bit(&boot_cpu_data.x86_capability, X86_FEATURE_TSC);
+		clear_bit(X86_FEATURE_TSC, &boot_cpu_data.x86_capability);
 		set_in_cr4(X86_CR4_TSD);
 	}
 #endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2000-11-18 13:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3A167BE4.44080F7F@mountain.net \
    --to=tleete@mountain.net \
    --cc=hpa@transmeta.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.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