diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-06-29 22:31:11 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-07-03 13:08:20 +0200 |
commit | 5067b087cf5b2fa4de00443cdc6a66acb28a4953 (patch) | |
tree | 65168afcb8f1bff7704cc1b35cc22a5bfc8242cd /arch/x86 | |
parent | 397d3ad18dc431456baf8bce96606fa1d18b30b0 (diff) | |
download | linux-stable-5067b087cf5b2fa4de00443cdc6a66acb28a4953.tar.gz linux-stable-5067b087cf5b2fa4de00443cdc6a66acb28a4953.tar.bz2 linux-stable-5067b087cf5b2fa4de00443cdc6a66acb28a4953.zip |
x86/tsc: Use SPDX identifier and update Intel copyright
Use SPDX identifier and update year in Intel copyright line.
While here, remove file name from the file itself.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Pavel Tatashin <pasha.tatashin@oracle.com>
Link: https://lkml.kernel.org/r/20180629193113.84425-5-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/tsc_msr.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/x86/kernel/tsc_msr.c b/arch/x86/kernel/tsc_msr.c index 1465aaee543a..f0951c2e9f28 100644 --- a/arch/x86/kernel/tsc_msr.c +++ b/arch/x86/kernel/tsc_msr.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* - * tsc_msr.c - TSC frequency enumeration via MSR + * TSC frequency enumeration via MSR * - * Copyright (C) 2013 Intel Corporation + * Copyright (C) 2013, 2018 Intel Corporation * Author: Bin Gao <bin.gao@intel.com> - * - * This file is released under the GPLv2. */ #include <linux/kernel.h> |