Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e4cd21e authored by Prakash Gupta's avatar Prakash Gupta
Browse files

ion: msm: Fix ION_FLAGS_CP_MASK value



ION_FLAGS_CP_MASK is used to mask out non ION CP flags, but currently
include few non ION CP flags. Fix it.

Change-Id: I2cba987c3e51bfbe4033c89f49fbb8c1806447c3
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent 59f01699
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ enum ion_heap_ids {
#define ION_FLAG_CP_CDSP		ION_BIT(29)
#define ION_FLAG_CP_SPSS_HLOS_SHARED	ION_BIT(30)

#define ION_FLAGS_CP_MASK	0x7FFF0000
#define ION_FLAGS_CP_MASK	0x6FFE0000

/**
 * Flag to allow non continguous allocation of memory from secure