Re: [Xenomai-core] [PATCH] rtdm: Extend rtdm_iomap_to_user to map phys addr 4G

2009-11-23 Thread Jan Kiszka
Herrera-Bendezu, Luis wrote: Jan, Thanks for your feedback and help. Merged your patch (and sent out a pull request), though the line wrapping issue persisted (manually fixed up). Your next patch to an open source project probably deserves the use of a better mail client. Jan

Re: [Xenomai-core] [PATCH] rtdm: Extend rtdm_iomap_to_user to map phys addr 4G

2009-11-21 Thread Jan Kiszka
Herrera-Bendezu, Luis wrote: rtdm_iomap_to_user does not handle I/O memory mapping of physical I/O address grater than 4 GB. This patch changes the src_addr argument and underlying code to handle this case. Signed-off-by: Luis Herrera-Bendezu lherr...@xxx

[Xenomai-core] [PATCH] rtdm: Extend rtdm_iomap_to_user to map phys addr 4G

2009-11-20 Thread Herrera-Bendezu, Luis
rtdm_iomap_to_user does not handle I/O memory mapping of physical I/O address grater than 4 GB. This patch changes the src_addr argument and underlying code to handle this case. Signed-off-by: Luis Herrera-Bendezu lherr...@xxx --- diff --git a/include/asm-generic/system.h