]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/panic.c
Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / kernel / panic.c
index 2270cfd1d6becdd392366051beb94ba9d7af9692..cca8a913ae7c8d6314fda34a1f3853a364e32cfd 100644 (file)
@@ -459,7 +459,7 @@ EXPORT_SYMBOL(warn_slowpath_null);
  * Called when gcc's -fstack-protector feature is used, and
  * gcc detects corruption of the on-stack canary value
  */
-void __stack_chk_fail(void)
+__visible void __stack_chk_fail(void)
 {
        panic("stack-protector: Kernel stack is corrupted in: %p\n",
                __builtin_return_address(0));