From 61bfcddba52ec2347e2b2cc43d3f8171cb59775d Mon Sep 17 00:00:00 2001 From: Ashok Kumar Sekar Date: Sun, 27 Aug 2017 23:53:20 +0530 Subject: hsp: Disable SM intr in IE instead of GIC All the SM interrupts from a HSP instance is routed to single interrupt and controlled through IE register in the the common register space of the HSP instance. In Virtualized system, common register space is trap emulated and the Guests are allowed to modify only the bits corresponding to the SM it owns Jira SSV-697 Change-Id: I325b66a3f30e9e48c10a6c2e54f96abcd0f1ae35 Signed-off-by: Ashok Kumar Sekar Reviewed-on: https://git-master.nvidia.com/r/1546391 Reviewed-by: mobile promotions Tested-by: mobile promotions --- include/linux/tegra-hsp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/tegra-hsp.h b/include/linux/tegra-hsp.h index 86ed0102f..e33ad8c0f 100644 --- a/include/linux/tegra-hsp.h +++ b/include/linux/tegra-hsp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2016 NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2014-2017 NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -94,7 +94,7 @@ struct tegra_hsp_sm_pair *of_tegra_hsp_sm_pair_by_name( const struct device_node *np, char const *name, tegra_hsp_sm_full_fn, tegra_hsp_sm_empty_fn, void *); void tegra_hsp_sm_pair_free(struct tegra_hsp_sm_pair *); -void tegra_hsp_sm_pair_write(const struct tegra_hsp_sm_pair *, u32 value); +void tegra_hsp_sm_pair_write(struct tegra_hsp_sm_pair *, u32 value); bool tegra_hsp_sm_pair_is_empty(const struct tegra_hsp_sm_pair *); #endif -- cgit v1.2.2