public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: jak@rudolph.ccur.com (Joe Korty)
To: marcelo@conectiva.com.br (Marcelo Tosatti)
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4.19-pre10 bug in disable_APIC_timer
Date: Thu, 6 Jun 2002 16:59:02 -0400 (EDT)	[thread overview]
Message-ID: <200206062059.UAA14586@rudolph.ccur.com> (raw)

Marcelo,
 This one bit me when I actually started using the (relatively) new
services disable_APIC_timer() and enable_APIC_timer().  Enable_APIC_timer()
is coded correctly; this patch fixes the bug in the disable service.

Please apply.  Patch is against 2.4.19-pre10.

Joe


--- linux/arch/i386/kernel/apic.c.orig	Thu Jun  6 15:21:26 2002
+++ linux/arch/i386/kernel/apic.c	Thu Jun  6 15:24:05 2002
@@ -941,7 +941,7 @@
 	smp_call_function(setup_APIC_timer, (void *)calibration_result, 1, 1);
 }
 
-void __init disable_APIC_timer(void)
+void disable_APIC_timer(void)
 {
 	if (using_apic_timer) {
 		unsigned long v;


             reply	other threads:[~2002-06-06 21:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-06 20:59 Joe Korty [this message]
2002-06-07 15:23 ` [PATCH] 2.4.19-pre10 bug in disable_APIC_timer Alan Cox
2002-06-07 14:49   ` Joe Korty
2002-06-07 15:58     ` Alan Cox
2002-06-07 15:06       ` Joe Korty

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=200206062059.UAA14586@rudolph.ccur.com \
    --to=jak@rudolph.ccur.com \
    --cc=joe.korty@ccur.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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