Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / arm / include / asm / processor.h
index b924105..9e6b972 100644 (file)
@@ -96,7 +96,7 @@ unsigned long get_wchan(struct task_struct *p);
 #define __ALT_SMP_ASM(smp, up)                                         \
        "9998:  " smp "\n"                                              \
        "       .pushsection \".alt.smp.init\", \"a\"\n"                \
-       "       .long   9998b\n"                                        \
+       "       .long   9998b - .\n"                                    \
        "       " up "\n"                                               \
        "       .popsection\n"
 #else