summaryrefslogtreecommitdiffstats
path: root/arch/m68k/lib/memcpy.c
diff options
context:
space:
mode:
authorGreg Ungerer2012-10-22 07:29:59 +0200
committerGreg Ungerer2012-12-05 01:51:22 +0100
commit3c46041769adecf3ed964cbd1e6bd4324d063450 (patch)
tree931aed6304d6e738a7b10293aa120cccafe5d572 /arch/m68k/lib/memcpy.c
parentm68knommu: merge ColdFire 5249 and 525x definitions (diff)
downloadkernel-qcow2-linux-3c46041769adecf3ed964cbd1e6bd4324d063450.tar.gz
kernel-qcow2-linux-3c46041769adecf3ed964cbd1e6bd4324d063450.tar.xz
kernel-qcow2-linux-3c46041769adecf3ed964cbd1e6bd4324d063450.zip
m68knommu: make non-MMU page_to_virt() return a void *
The page_to_virt() macro for m68knommu is currently effectively returning an int type. But the equivilent m68k macro returns a void * virtual address. Modify the non-MMU macro to return a void * as well (using the __va macro). This change will remove compiler warnings in common m68k code that use this macro. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/lib/memcpy.c')
0 files changed, 0 insertions, 0 deletions