aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-arm/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/system.h b/include/asm-arm/system.h
index 8405eb6558ed..39dd7008013c 100644
--- a/include/asm-arm/system.h
+++ b/include/asm-arm/system.h
@@ -308,7 +308,7 @@ do { \
308({ \ 308({ \
309 unsigned long flags; \ 309 unsigned long flags; \
310 local_save_flags(flags); \ 310 local_save_flags(flags); \
311 flags & PSR_I_BIT; \ 311 (int)(flags & PSR_I_BIT); \
312}) 312})
313 313
314#ifdef CONFIG_SMP 314#ifdef CONFIG_SMP