powerpc: align syscall table for ppc32
[platform/kernel/linux-rpi.git] / arch / powerpc / kernel / systbl.S
index cb33588..6c1db3b 100644 (file)
@@ -18,6 +18,7 @@
        .p2align        3
 #define __SYSCALL(nr, entry)   .8byte entry
 #else
+       .p2align        2
 #define __SYSCALL(nr, entry)   .long entry
 #endif