All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Andries Brouwer <Andries.Brouwer@cwi.nl>
Cc: torvalds@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] more apic.c
Date: Sat, 26 Feb 2005 17:36:34 -0800	[thread overview]
Message-ID: <42212422.6080201@osdl.org> (raw)
In-Reply-To: <20050226150357.GA19651@apps.cwi.nl>

Andries Brouwer wrote:
> setup_APIC_timer is only called in __init context and uses __initdata
> 
> Andries
> 
> diff -uprN -X /linux/dontdiff a/arch/i386/kernel/apic.c b/arch/i386/kernel/apic.c
> --- a/arch/i386/kernel/apic.c	2005-02-26 12:13:28.000000000 +0100
> +++ b/arch/i386/kernel/apic.c	2005-02-26 16:13:21.000000000 +0100
> @@ -930,7 +930,7 @@ void __setup_APIC_LVTT(unsigned int cloc
>  	apic_write_around(APIC_TMICT, clocks/APIC_DIVISOR);
>  }
>  
> -static void setup_APIC_timer(unsigned int clocks)
> +static void __init setup_APIC_timer(unsigned int clocks)
>  {
>  	unsigned long flags;

Ack.
http://marc.theaimsgroup.com/?l=linux-kernel&m=108727726207069&w=2

-- 
~Randy

      reply	other threads:[~2005-02-27  1:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-26 15:03 [PATCH] more apic.c Andries Brouwer
2005-02-27  1:36 ` Randy.Dunlap [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=42212422.6080201@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=Andries.Brouwer@cwi.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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.