public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] Convert resource to u64 from unsigned long
@ 2005-01-13 23:30 Dave
  0 siblings, 0 replies; only message in thread
From: Dave @ 2005-01-13 23:30 UTC (permalink / raw)
  To: akpm, torvalds, linux-kernel, smaurer, linux, dsaxena,
	drew.moseley, mporter

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

This is change made to i386 arch as far as I can tell that needs to be changed.

Signed-off-by: Dave Jiang (dave.jiang@gmail.com)

-- 
-= Dave =-

Software Engineer - Advanced Development Engineering Team 
Storage Component Division - Intel Corp. 
mailto://dave.jiang @ intel
http://sourceforge.net/projects/xscaleiop/
----
The views expressed in this email are
mine alone and do not necessarily 
reflect the views of my employer
(Intel Corp.).

[-- Attachment #2: patch-i386_u64fix --]
[-- Type: application/octet-stream, Size: 497 bytes --]

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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-13 23:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-13 23:30 [PATCH 3/5] Convert resource to u64 from unsigned long Dave

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox