~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to init/version.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* FIXED STRINGS! Don't touch! */
40
40
const char linux_banner[] =
41
41
        "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
42
 
        LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION
43
 
#ifdef CONFIG_VERSION_SIGNATURE
44
 
        " (" CONFIG_VERSION_SIGNATURE ")"
45
 
#endif
46
 
        "\n";
 
42
        LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n";
47
43
 
48
44
const char linux_proc_banner[] =
49
45
        "%s version %s"