kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
[linux-2.6-microblaze.git] / arch / x86 / kernel / signal_compat.c
index df92605..14c057f 100644 (file)
@@ -26,7 +26,7 @@ static inline void signal_compat_build_tests(void)
         * new fields are handled in copy_siginfo_to_user32()!
         */
        BUILD_BUG_ON(NSIGILL  != 11);
-       BUILD_BUG_ON(NSIGFPE  != 14);
+       BUILD_BUG_ON(NSIGFPE  != 15);
        BUILD_BUG_ON(NSIGSEGV != 7);
        BUILD_BUG_ON(NSIGBUS  != 5);
        BUILD_BUG_ON(NSIGTRAP != 4);