Merge ../linus
[linux-drm-fsl-dcu.git] / arch / ia64 / sn / kernel / setup.c
index 1d009f93244d2444edf7324ac2f44f6e09be7953..a934ad069425ba080a69f9385677acc6c4913fab 100644 (file)
@@ -769,5 +769,13 @@ int sn_prom_feature_available(int id)
                return 0;
        return test_bit(id, sn_prom_features);
 }
+
+void
+sn_kernel_launch_event(void)
+{
+       /* ignore status until we understand possible failure, if any*/
+       if (ia64_sn_kernel_launch_event())
+               printk(KERN_ERR "KEXEC is not supported in this PROM, Please update the PROM.\n");
+}
 EXPORT_SYMBOL(sn_prom_feature_available);