msm: scm: change svc id SCM_SVC_CP to a more generic SCM_SVC_MP
The svc id 0xC is defined as SVC_MEMORY_PROTECTION. Content protection
is one use case for this svc id. Change the name SCM_SVC_CP to
SCM_SVC_MP so that it applies to other usecases as well.
Change-Id: Ia91a9a34940d022aaacc0019fa65522e51807f2b
Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
diff --git a/arch/arm/mach-msm/include/mach/scm.h b/arch/arm/mach-msm/include/mach/scm.h
index 8a06fe3..0cc7bbf 100644
--- a/arch/arm/mach-msm/include/mach/scm.h
+++ b/arch/arm/mach-msm/include/mach/scm.h
@@ -21,7 +21,7 @@
#define SCM_SVC_SSD 0x7
#define SCM_SVC_FUSE 0x8
#define SCM_SVC_PWR 0x9
-#define SCM_SVC_CP 0xC
+#define SCM_SVC_MP 0xC
#define SCM_SVC_DCVS 0xD
#define SCM_SVC_TZSCHEDULER 0xFC