From: Dave Jiang <dave.jiang@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>,
smaurer@teja.com, linux@arm.linux.org.uk, greg@kroah.com,
mporter@kernel.crashing.org
Subject: [PATCH 3/5] resource: i386 arch fixes for u64 resources
Date: Fri, 14 Jan 2005 12:11:25 -0800 [thread overview]
Message-ID: <20050114201125.GA19681@plexity.net> (raw)
i386 arch update to changing resource from unsigned long to u64
Signed-off-by: Dave Jiang <dave.jiang@gmail.com>
diff -Naur linux-2.6.11-rc1/arch/i386/pci/i386.c linux-2.6.11-rc1-u64/arch/i386/pci/i386.c
--- linux-2.6.11-rc1/arch/i386/pci/i386.c 2004-12-24 14:34:26.000000000 -0700
+++ linux-2.6.11-rc1-u64/arch/i386/pci/i386.c 2005-01-13 11:45:41.830462776 -0700
@@ -48,7 +48,7 @@
*/
void
pcibios_align_resource(void *data, struct resource *res,
- unsigned long size, unsigned long align)
+ u64 size, u64 align)
{
if (res->flags & IORESOURCE_IO) {
unsigned long start = res->start;
reply other threads:[~2005-01-14 20:16 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=20050114201125.GA19681@plexity.net \
--to=dave.jiang@gmail.com \
--cc=akpm@osdl.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mporter@kernel.crashing.org \
--cc=smaurer@teja.com \
--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