aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/lib')
-rw-r--r--arch/parisc/lib/memcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/lib/memcpy.c b/arch/parisc/lib/memcpy.c
index 1dbca5c31b3c..a49cc812df8a 100644
--- a/arch/parisc/lib/memcpy.c
+++ b/arch/parisc/lib/memcpy.c
@@ -68,7 +68,7 @@
68DECLARE_PER_CPU(struct exception_data, exception_data); 68DECLARE_PER_CPU(struct exception_data, exception_data);
69 69
70#define preserve_branch(label) do { \ 70#define preserve_branch(label) do { \
71 volatile int dummy; \ 71 volatile int dummy = 0; \
72 /* The following branch is never taken, it's just here to */ \ 72 /* The following branch is never taken, it's just here to */ \
73 /* prevent gcc from optimizing away our exception code. */ \ 73 /* prevent gcc from optimizing away our exception code. */ \
74 if (unlikely(dummy != dummy)) \ 74 if (unlikely(dummy != dummy)) \