]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/version.c
Spidernet cleanup un-needed API
[linux-2.6-omap-h63xx.git] / init / version.c
index 8f28344d9c70fda49300ac1455e98e086913b481..6c01ec1cc48d4848fd98c28d11362e790703005d 100644 (file)
@@ -34,6 +34,12 @@ struct uts_namespace init_uts_ns = {
 };
 EXPORT_SYMBOL_GPL(init_uts_ns);
 
+/* FIXED STRINGS! Don't touch! */
 const char linux_banner[] =
        "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
        LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n";
+
+const char linux_proc_banner[] =
+       "%s version %s"
+       " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ")"
+       " (" LINUX_COMPILER ") %s\n";