Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58792
b: refs/heads/master
c: 0008ea3
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin authored and Linus Torvalds committed Jul 12, 2007
1 parent 89f55a9 commit 5f92a49
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1543610ad79ac4cc61c26f8a29c84e4229faa9a3
refs/heads/master: 0008ea39bd03ee1f29e361e6f6e1b8a6289e5234
23 changes: 23 additions & 0 deletions trunk/arch/i386/boot/version.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* -*- linux-c -*- ------------------------------------------------------- *
*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright 2007 rPath, Inc. - All Rights Reserved
*
* This file is part of the Linux kernel, and is made available under
* the terms of the GNU General Public License version 2.
*
* ----------------------------------------------------------------------- */

/*
* arch/i386/boot/version.c
*
* Kernel version string
*/

#include "boot.h"
#include <linux/utsrelease.h>
#include <linux/compile.h>

const char kernel_version[] =
UTS_RELEASE " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") "
UTS_VERSION;

0 comments on commit 5f92a49

Please sign in to comment.