projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e3033
)
[COMMON] iommu/exynos: use integer type for no_rpm_control variable
author
Janghyuck Kim
<janghyuck.kim@samsung.com>
Wed, 9 May 2018 09:59:00 +0000
(18:59 +0900)
committer
Youngmin Nam
<youngmin.nam@samsung.com>
Tue, 3 Jul 2018 07:01:14 +0000
(16:01 +0900)
Fix skipping TLB invalidation due to use bool type variable which has
three state.
Change-Id: I4be605abd5cb46295ceb8bb817234a1c3021475e
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
drivers/iommu/exynos-iommu.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iommu/exynos-iommu.h
b/drivers/iommu/exynos-iommu.h
index 583ec0c0b500d59dadaedefe94706da3e3a453bc..bdf77fed36941b156c07fa3cd9c42004a31cc682 100644
(file)
--- a/
drivers/iommu/exynos-iommu.h
+++ b/
drivers/iommu/exynos-iommu.h
@@
-354,7
+354,7
@@
struct sysmmu_drvdata {
bool is_suspended;
bool hold_rpm_on_boot;
struct exynos_iommu_event_log log;
-
bool
no_rpm_control;
+
int
no_rpm_control;
};
struct exynos_vm_region {