Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change xlate_dev_{kmem,mem}_ptr() prototypes | Thierry Reding | 2014-11-10 | 1 | -8/+8 |
| | | | | | | | | | | | | 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> | ||||
* | [IA64] Move include/asm-ia64 to arch/ia64/include/asm | Tony Luck | 2008-08-01 | 1 | -0/+401 |
After moving the the include files there were a few clean-ups: 1) Some files used #include <asm-ia64/xyz.h>, changed to <asm/xyz.h> 2) Some comments alerted maintainers to look at various header files to make matching updates if certain code were to be changed. Updated these comments to use the new include paths. 3) Some header files mentioned their own names in initial comments. Just deleted these self references. Signed-off-by: Tony Luck <tony.luck@intel.com> |