Messages in this thread |  | | From | Serban Constantinescu <> | Subject | [PATCH 0/2] staging: android: ashmem: add 32bit compat support | Date | Fri, 1 Feb 2013 16:07:59 +0000 |
| |
Hi all,
This set of patches will add support for existing 32bit Android ashmem syscalls on 64bit platforms. They also fix the ashmem pin/unpin interface without affecting the 32bit ABI but imposing a new, correct one, for any future 64bit Android userspace.
They have been successfully tested on 32bit platforms(VExpress 4xA9) and 64bit platforms(RTSMv8) running 32bit Android userspace and 64bit Linux + ashmem unit tests.
Best Regards, Serban Constantinescu PDSW Engineer ARM Ltd.
Serban Constantinescu (2): staging: android: ashmem: fix ashmem pin/unpin interface staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernel
drivers/staging/android/ashmem.c | 65 ++++++++++++++++++++++++++++++-------- drivers/staging/android/ashmem.h | 19 +++++++++-- 2 files changed, 68 insertions(+), 16 deletions(-)
-- 1.7.9.5
|  |