mirror of
https://github.com/linux-msm/debugcc.git
synced 2026-02-25 13:12:32 -08:00
Merge pull request #33 from konradybcio/topic/segfault
treewide: Add missing measure_gcc to prevent segfaults
This commit is contained in:
@@ -17,6 +17,8 @@ static struct gcc_mux gcc = {
|
||||
.phys = 0x1400000,
|
||||
.size = 0x1f0000,
|
||||
|
||||
.measure = measure_gcc,
|
||||
|
||||
.enable_reg = 0x30004,
|
||||
.enable_mask = BIT(0),
|
||||
|
||||
|
||||
2
sc7180.c
2
sc7180.c
@@ -16,6 +16,8 @@ static struct gcc_mux gcc = {
|
||||
.phys = 0x100000,
|
||||
.size = 0x1f0000,
|
||||
|
||||
.measure = measure_gcc,
|
||||
|
||||
.enable_reg = 0x62004,
|
||||
.enable_mask = BIT(0),
|
||||
|
||||
|
||||
2
sm6125.c
2
sm6125.c
@@ -17,6 +17,8 @@ static struct gcc_mux gcc = {
|
||||
.phys = 0x1400000,
|
||||
.size = 0x1f0000,
|
||||
|
||||
.measure = measure_gcc,
|
||||
|
||||
.enable_reg = 0x30004,
|
||||
.enable_mask = BIT(0),
|
||||
|
||||
|
||||
2
sm6375.c
2
sm6375.c
@@ -17,6 +17,8 @@ static struct gcc_mux gcc = {
|
||||
.phys = 0x1400000,
|
||||
.size = 0x1f0000,
|
||||
|
||||
.measure = measure_gcc,
|
||||
|
||||
.enable_reg = 0x30004,
|
||||
.enable_mask = BIT(0),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user