summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-08-26 09:12:13 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-01 14:13:30 +0200
commit84d333417d5e5945318f62113b8fffc0eb92138c (patch)
treeae7e88acf82a948304d83f1ef4beef7973d2b329 /tools/perf/scripts/python/bin
parentcc9539e7884c4b6f05c4cac0b6ab5fb8a3d728a4 (diff)
downloadkernel-84d333417d5e5945318f62113b8fffc0eb92138c.tar.gz
media: docs: use SPDX GPL-2.0 OR GFDL-1.1 instead of text on *.rst files
There are some files that are dual licensed GPL and GFDL. As SPDX v3.10 gained support for GFDL-1.1 with no invariant sections: https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html Let's remove the dual license text, replacing them by: SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
apic::safe_wait_icr_idle() to be NULLThomas Gleixner 2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner 2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner 2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner 2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner 2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner 2023-08-09x86/apic: Remove check_phys_apicid_present()Thomas Gleixner 2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner 2022-03-15arch:x86:xen: Remove unnecessary assignment in xen_apic_read()jianchunfu