Greg Ungerer 3c46041769 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>
2012-12-05 10:51:22 +10:00
..
2012-03-28 18:30:02 +01:00
2011-07-25 11:20:40 +10:00
2011-12-10 19:52:48 +01:00
2012-03-28 18:30:02 +01:00
2011-11-08 22:35:49 +01:00
2011-12-10 19:52:47 +01:00
2011-12-10 19:52:48 +01:00
2011-12-10 19:52:47 +01:00
2012-11-18 10:32:16 +01:00
2012-03-28 18:30:02 +01:00
2012-03-28 18:30:02 +01:00
2012-10-19 17:49:37 +02:00
2012-04-22 20:16:50 +02:00