linux/arch/ia64/include
Thierry Reding dc01201476 Change xlate_dev_{kmem,mem}_ptr() prototypes
xlate_dev_mem_ptr() is used to convert a physical address to an uncached
kernel virtual address mapping, so make it use phys_addr_t as type for
the physical address and return void * for the kernel virtual address.

xlate_dev_kmem_ptr() converts a cached kernel virtual address mapping to
an uncached kernel virtual address mapping, so make it use void * for
both the input parameter and return value.

Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-11-10 15:59:21 +01:00
..
asm Change xlate_dev_{kmem,mem}_ptr() prototypes 2014-11-10 15:59:21 +01:00
uapi/asm [IA64] Enable bpf syscall for ia64 2014-10-09 13:36:10 -07:00