Loading arch/arm/mach-msm/remote_spinlock.c +4 −2 Original line number Diff line number Diff line Loading @@ -572,8 +572,10 @@ static int remote_spinlock_init_address_smem(int id, _remote_spinlock_t *lock) if (id >= SMEM_SPINLOCK_COUNT) return -EINVAL; spinlock_start = smem_find(SMEM_SPINLOCK_ARRAY, SMEM_SPINLOCK_ARRAY_SIZE); spinlock_start = smem_find_to_proc(SMEM_SPINLOCK_ARRAY, SMEM_SPINLOCK_ARRAY_SIZE, 0, SMEM_ANY_HOST_FLAG); if (spinlock_start == NULL) return -ENXIO; Loading Loading
arch/arm/mach-msm/remote_spinlock.c +4 −2 Original line number Diff line number Diff line Loading @@ -572,8 +572,10 @@ static int remote_spinlock_init_address_smem(int id, _remote_spinlock_t *lock) if (id >= SMEM_SPINLOCK_COUNT) return -EINVAL; spinlock_start = smem_find(SMEM_SPINLOCK_ARRAY, SMEM_SPINLOCK_ARRAY_SIZE); spinlock_start = smem_find_to_proc(SMEM_SPINLOCK_ARRAY, SMEM_SPINLOCK_ARRAY_SIZE, 0, SMEM_ANY_HOST_FLAG); if (spinlock_start == NULL) return -ENXIO; Loading