.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | | - * linux/kernel/time/tick-oneshot.c |
---|
3 | | - * |
---|
4 | 3 | * This file contains functions which manage high resolution tick |
---|
5 | 4 | * related events. |
---|
6 | 5 | * |
---|
7 | 6 | * Copyright(C) 2005-2006, Thomas Gleixner <tglx@linutronix.de> |
---|
8 | 7 | * Copyright(C) 2005-2007, Red Hat, Inc., Ingo Molnar |
---|
9 | 8 | * Copyright(C) 2006-2007, Timesys Corp., Thomas Gleixner |
---|
10 | | - * |
---|
11 | | - * This code is licenced under the GPL version 2. For details see |
---|
12 | | - * kernel-base/COPYING. |
---|
13 | 9 | */ |
---|
14 | 10 | #include <linux/cpu.h> |
---|
15 | 11 | #include <linux/err.h> |
---|