hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/ia64/include/asm/cputime.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Definitions for measuring cputime on ia64 machines.
34 *
....@@ -5,11 +6,6 @@
56 *
67 * Copyright (C) 2007 FUJITSU LIMITED
78 * Copyright (C) 2007 Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * as published by the Free Software Foundation; either version
12
- * 2 of the License, or (at your option) any later version.
139 *
1410 * If we have CONFIG_VIRT_CPU_ACCOUNTING_NATIVE, we measure cpu time in nsec.
1511 * Otherwise we measure cpu time in jiffies using the generic definitions.