bcm: vcsm: fix for WORKAROUND to build on arm64 26/161226/2
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 22 Nov 2017 07:38:09 +0000 (16:38 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 22 Nov 2017 07:45:50 +0000 (07:45 +0000)
commit605d8c5e3aa81fc9233c2521983d129e481ecbd7
tree7c96067b15add3cdd6ed73230d8288a9fd41ca01
parentc36ccbb086a833901cfe6eb24c0e9aaa25d43174
bcm: vcsm: fix for WORKAROUND to build on arm64

The vcsm module for bcm has build error on arm64 because of not
matched pointer size and l2 cache function. Fix for WORKAROUND to
build on arm64 with commenting out cache functions and converting
pointer with proper size.

NOTE: it comments out cache operations, so it is not clear to work
properly.

Change-Id: Id67ae8aeaf59d7534dea6e3e39a0be322e04aa04
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/char/broadcom/vc_sm/vc_vchi_sm.c
drivers/char/broadcom/vc_sm/vmcs_sm.c