aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-11-22 13:57:03 +0000
committerGitHub <noreply@github.com>2017-11-22 13:57:03 +0000
commita2d60b20ffcd63c057807a648bcda591ad087433 (patch)
treefc438b7e9fae70aec5dcf9c6976c34c52dc6b292 /include
parentec04e0f46db3e24f26a84609006b5ef3e458cb3f (diff)
parent1a0f8f3957a371b05a147cbfbd8826fa14ae407f (diff)
downloadplatform_external_arm-trusted-firmware-a2d60b20ffcd63c057807a648bcda591ad087433.tar.gz
platform_external_arm-trusted-firmware-a2d60b20ffcd63c057807a648bcda591ad087433.tar.bz2
platform_external_arm-trusted-firmware-a2d60b20ffcd63c057807a648bcda591ad087433.zip
Merge pull request #1161 from jeenu-arm/sdei-fixes
SDEI fixes
Diffstat (limited to 'include')
-rw-r--r--include/services/sdei.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services/sdei.h b/include/services/sdei.h
index b07e93b11..ce9a008c5 100644
--- a/include/services/sdei.h
+++ b/include/services/sdei.h
@@ -154,7 +154,7 @@ typedef struct sdei_ev_map {
int32_t ev_num; /* Event number */
unsigned int intr; /* Physical interrupt number for a bound map */
unsigned int map_flags; /* Mapping flags, see SDEI_MAPF_* */
- unsigned int reg_count; /* Registration count */
+ int reg_count; /* Registration count */
spinlock_t lock; /* Per-event lock */
} sdei_ev_map_t;