SMP Large Buffers

From: Matthew Singer
Date: Sat May 14 2005 - 09:14:25 EST


I'm working with a driver that needs dma buffers larger than 128K. The
system is a 2 processor SMP with 2 gig total ram.

Using GRUB, we set mem= to be 1984M, leaving 64M reserved.

doing ioremap(0x7c000000, 0x4000000)
followed by an access to x7c000000 results in an OOPS.

is this an SMP issue regarding how memory in each node is mapped? (in that
you can't do it this way) as it works fine on a uniprocessor machine.






-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/