blob: a1aaaf6c06a6434d0f8a6b5a8defdc34f225616d [file] [log] [blame]
Thomas Gleixner97873a32019-06-04 10:11:30 +02001// SPDX-License-Identifier: GPL-2.0-only
H. Peter Anvin0008ea392007-07-11 12:18:46 -07002/* -*- linux-c -*- ------------------------------------------------------- *
3 *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 * Copyright 2007 rPath, Inc. - All Rights Reserved
6 *
H. Peter Anvin0008ea392007-07-11 12:18:46 -07007 * ----------------------------------------------------------------------- */
8
9/*
H. Peter Anvin0008ea392007-07-11 12:18:46 -070010 * Kernel version string
11 */
12
13#include "boot.h"
Sam Ravnborg273b2812009-10-18 00:52:28 +020014#include <generated/utsrelease.h>
Sam Ravnborg92045952009-10-18 00:36:47 +020015#include <generated/compile.h>
H. Peter Anvin0008ea392007-07-11 12:18:46 -070016
17const char kernel_version[] =
18 UTS_RELEASE " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") "
19 UTS_VERSION;