mmap method implementation question
Bloch, Jack (Jack.Bloch@icn.siemens.com)
Mon, 14 Jul 2003 05:49:07 -0700
I jave a device driver which was originaly created for a Kernel 2.4.18-3. It
has an mmap method which uses a call to remap_page_range. In this call, I
pass the in the logical start address, the physical address, the size and
protection mappings. I have upgraded the Kernel to a 2.4.20-8 and now my
remap_page_range call does not compile. It requires me to pass the vma
structure as a first parameter. What changed? Whys is this necessary?
Please CC me directly on any responses.
Thanks in advance,
Jack Bloch
Siemens ICN
phone (561) 923-6550
e-mail jack.bloch@icn.siemens.com
-
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/