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-11-30 10:30:34 -08:00
2012-12-02 10:46:38 -08:00
2012-11-28 14:33:03 -05:00
2012-11-02 12:08:25 -04:00
2012-11-09 06:41:47 +01:00
2012-12-03 11:13:09 -08:00
2012-12-02 10:46:38 -08:00
2012-11-23 12:36:06 -10:00