]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/kernel/entry.S
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
[linux-2.6-omap-h63xx.git] / arch / blackfin / kernel / entry.S
index c0c3fe8112288ced7ee5e0caa04a6fc51b2e0d33..a9cfba9946b5f8520d9366ad406357707a8b1c46 100644 (file)
 #endif
 
 ENTRY(_ret_from_fork)
+#ifdef CONFIG_IPIPE
+       [--sp] = reti;          /* IRQs on. */
+       SP += 4;
+#endif /* CONFIG_IPIPE */
        SP += -12;
        call _schedule_tail;
        SP += 12;