From: Keith Owens <kaos@sgi.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
linux-ia64@vger.kernel.org
Subject: Re: Linux 2.6.11-rc1
Date: Wed, 12 Jan 2005 07:07:26 +0000 [thread overview]
Message-ID: <23675.1105513646@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Tue, 11 Jan 2005 21:09:21 -0800." <Pine.LNX.4.58.0501112100250.2373@ppc970.osdl.org>
On Tue, 11 Jan 2005 21:09:21 -0800 (PST),
Linus Torvalds <torvalds@osdl.org> wrote:
>Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out
>there.
Export pcibios_resource_to_bus in ia64 to match other architectures.
Signed-off-by: Keith Owens <kaos@sgi.com>
Index: linux/arch/ia64/pci/pci.c
=================================--- linux.orig/arch/ia64/pci/pci.c 2005-01-12 17:07:23.000000000 +1100
+++ linux/arch/ia64/pci/pci.c 2005-01-12 18:04:12.000000000 +1100
@@ -367,6 +367,7 @@ void pcibios_resource_to_bus(struct pci_
region->start = res->start - offset;
region->end = res->end - offset;
}
+EXPORT_SYMBOL(pcibios_resource_to_bus);
void pcibios_bus_to_resource(struct pci_dev *dev,
struct resource *res, struct pci_bus_region *region)
parent reply other threads:[~2005-01-12 7:07 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <Pine.LNX.4.58.0501112100250.2373@ppc970.osdl.org>]
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=23675.1105513646@kao2.melbourne.sgi.com \
--to=kaos@sgi.com \
--cc=linux-ia64@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox