aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-10-04 17:19:12 -0700
committerRich Felker <dalias@libc.org>2021-10-27 16:51:16 -0400
commite25c252a9b033523c626f039d4b9a304f12f6775 (patch)
treec61f1d06e33d302137eac06312e3a3cbe0b820e4 /tools/perf/scripts/python
parentsh: fix kconfig unmet dependency warning for FRAME_POINTER (diff)
downloadlinux-e25c252a9b033523c626f039d4b9a304f12f6775.tar.gz
linux-e25c252a9b033523c626f039d4b9a304f12f6775.zip
sh: math-emu: drop unused functions
Delete ieee_fpe_handler() since it is not used. After that is done, delete denormal_to_double() since it is not used: .../arch/sh/math-emu/math.c:505:12: error: 'ieee_fpe_handler' defined but not used [-Werror=unused-function] 505 | static int ieee_fpe_handler(struct pt_regs *regs) .../arch/sh/math-emu/math.c:477:13: error: 'denormal_to_double' defined but not used [-Werror=unused-function] 477 | static void denormal_to_double(struct sh_fpu_soft_struct *fpu, int n) Fixes: 7caf62de25554da3 ("sh: remove unused do_fpu_error") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Takashi YOSHII <takasi-y@ops.dti.ne.jp> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
35df51ff782035a15c261a3c0c9892a1767&follow=1'>cfq-iosched: fix a kbuild regressionShaohua Li1-5/+6 2010-03-16block: make CONFIG_BLK_CGROUP visibleLi Zefan1-1/+2 2010-03-16Remove GENHD_FL_DRIVERFSNeilBrown2-2/+2 2010-03-15block: Export max number of segments and max segment size in sysfsMartin K. Petersen1-0/+25 2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen3-28/+2 2010-03-15block: Fix overrun in lcm() and move it to libMartin K. Petersen4-11/+25 2010-03-14init dynamic bin_attribute structuresWolfram Sang3-0/+3 2010-03-14ACPI: processor: push file static MADT pointer into internal map_madt_entry()Alex Chiang1-9/+9 2010-03-14ACPI: processor: refactor internal map_lsapic_id()Alex Chiang1-15/+5 2010-03-14ACPI: processor: refactor internal map_x2apic_id()Alex Chiang1-9/+3 2010-03-14ACPI: processor: refactor internal map_lapic_id()Alex Chiang1-6/+9 2010-03-14ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang4-10/+6 2010-03-14ACPI: processor: remove early _PDC optin quirksAlex Chiang2-41/+0 2010-03-14ACPI: processor: add internal processor_physically_present()Alex Chiang1-0/+42 2010-03-14ACPI: processor: move acpi_get_cpuid into processor_core.cAlex Chiang2-159/+160 2010-03-14ACPI: processor: export acpi_get_cpuid()Alex Chiang2-6/+12 2010-03-14ACPI: processor: mv processor_pdc.c processor_core.cAlex Chiang3-3/+3 2010-03-14ACPI: processor: mv processor_core.c processor_driver.cAlex Chiang2-2/+2 2010-03-14ACPI: plan to delete "acpi=ht" boot optionLen Brown2-1/+10 2010-03-14ACPI: remove "acpi=ht" DMI blacklistLen Brown1-93/+0 2010-03-14PNPACPI: add bus number supportBjorn Helgaas5-2/+47 2010-03-14PNPACPI: add window supportBjorn Helgaas2-17/+24 2010-03-14resource: add window supportBjorn Helgaas2-1/+4 2010-03-14resource: add bus number supportBjorn Helgaas2-0/+10 2010-03-14resource: expand IORESOURCE_TYPE_BITS to make room for bus resource typeBjorn Helgaas1-8/+8 2010-03-15tomoyo: fix potential use after freeDan Carpenter1-0/+1 2010-03-14acpiphp: Execute ACPI _REG method for hotadded devicesShaohua Li1-0/+19 2010-03-14ACPI video: Be more liberal in validating _BQC behaviourMatthew Garrett1-11/+17 2010-03-14Add include to i2c-xii.c to fix build errorRandy Dunlap1-0/+1