]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/asm-generic/bug.h
bug: define the "cut here" string in a single place
[mirror_ubuntu-bionic-kernel.git] / include / asm-generic / bug.h
index 7844b0df88cd63acd87ec27fd4bbcf74187ed9a9..1283473f234e13e69505affb63853de0d6f0c391 100644 (file)
@@ -4,6 +4,8 @@
 
 #include <linux/compiler.h>
 
+#define CUT_HERE               "------------[ cut here ]------------\n"
+
 #ifdef CONFIG_GENERIC_BUG
 #define BUGFLAG_WARNING                (1 << 0)
 #define BUGFLAG_ONCE           (1 << 1)