All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benny Halevy <bhalevy@panasas.com>
To: jmerkey@wolfmountaingroup.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.6.27-rc5 1/29] mdb: export ioapic read routines and detected ioapic count
Date: Sun, 31 Aug 2008 16:57:56 +0300	[thread overview]
Message-ID: <48BAA364.7080503@panasas.com> (raw)
In-Reply-To: <200808290547.m7T5leOa016106@wolfmountaingroup.com>

Jeff, general comment: can you please send your patches as replies
to a leading message so they all be linked as a single thread?
Threading them together is helpful for maintaining several
versions of your patchset and it's simpler to ignore if one's
not really interested in this topic at all.

Benny

On Aug. 29, 2008, 8:47 +0300, jmerkey@wolfmountaingroup.com wrote:
> export ioapic read routines and detected ioapic count.
> 
> 
> Signed-off-by: Jeffrey Vernon Merkey (jmerkey@wolfmountaingroup.com)
> 
> --- a/arch/x86/kernel/io_apic_32.c	2008-08-28 14:19:19.000000000 -0600
> +++ b/arch/x86/kernel/io_apic_32.c	2008-08-28 16:07:46.000000000 -0600
> @@ -75,6 +75,7 @@
>  /* I/O APIC entries */
>  struct mp_config_ioapic mp_ioapics[MAX_IO_APICS];
>  int nr_ioapics;
> +EXPORT_SYMBOL(nr_ioapics);
>  
>  /* MP IRQ source entries */
>  struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES];
> @@ -120,12 +121,13 @@
>  		+ (mp_ioapics[idx].mp_apicaddr & ~PAGE_MASK);
>  }
>  
> -static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg)
> +unsigned int io_apic_read(unsigned int apic, unsigned int reg)
>  {
>  	struct io_apic __iomem *io_apic = io_apic_base(apic);
>  	writel(reg, &io_apic->index);
>  	return readl(&io_apic->data);
>  }
> +EXPORT_SYMBOL(io_apic_read);
>  
>  static inline void io_apic_write(unsigned int apic, unsigned int reg, unsigned int value)
>  {
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


  reply	other threads:[~2008-08-31 13:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-29  5:47 [PATCH 2.6.27-rc5 1/29] mdb: export ioapic read routines and detected ioapic count jmerkey
2008-08-31 13:57 ` Benny Halevy [this message]
2008-09-01 13:39   ` jmerkey
2008-09-01 14:25     ` Halevy, Benny

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=48BAA364.7080503@panasas.com \
    --to=bhalevy@panasas.com \
    --cc=jmerkey@wolfmountaingroup.com \
    --cc=linux-kernel@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.