diff options
-rw-r--r-- | arch/parisc/lib/memcpy.c | 2 |
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 @@ | |||
68 | DECLARE_PER_CPU(struct exception_data, exception_data); | 68 | DECLARE_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)) \ |