acpuclock-8x60: support 64 bit
was added in a while back but 8x60 missed out
Change-Id: I4dbbaf870a7867e51a90d2dac6411936cd11a2a2
diff --git a/arch/arm/mach-msm/acpuclock-8x60.c b/arch/arm/mach-msm/acpuclock-8x60.c
index f53676e..0e95d0a 100644
--- a/arch/arm/mach-msm/acpuclock-8x60.c
+++ b/arch/arm/mach-msm/acpuclock-8x60.c
@@ -148,7 +148,7 @@
.vectors = &(struct msm_bus_vectors){ \
.src = MSM_BUS_MASTER_AMPSS_M0, \
.dst = MSM_BUS_SLAVE_EBI_CH0, \
- .ib = (_bw) * 1000000UL, \
+ .ib = (_bw) * 1000000ULL, \
.ab = 0, \
}, \
.num_paths = 1, \
diff --git a/arch/arm/mach-msm/msm_bus/msm_bus_board_8660.c b/arch/arm/mach-msm/msm_bus/msm_bus_board_8660.c
index b593439..e63ba37 100644
--- a/arch/arm/mach-msm/msm_bus/msm_bus_board_8660.c
+++ b/arch/arm/mach-msm/msm_bus/msm_bus_board_8660.c
@@ -22,7 +22,7 @@
#include "msm_bus_core.h"
#define NMASTERS 39
-#define NSLAVES 68
+#define NSLAVES 69
#define NFAB_8660 5
enum msm_bus_fabric_tiered_slave_type {