linux/arch/parisc/math-emu
Dr. David Alan Gilbert 0ca4f51fa5 parisc/math-emu: Remove unused struct 'exc_reg'
This has been here since pre-git.  Build tested.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Helge Deller <deller@gmx.de>
2024-05-10 15:09:15 +02:00
..
cnv_float.h Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux 2019-06-06 13:13:09 -07:00
dbl_float.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
decode_exc.c parisc: align '*' in comment in math-emu code 2022-06-26 00:19:27 +02:00
denormal.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfadd.c parisc: Fix typos in comments 2022-05-08 20:01:12 +02:00
dfcmp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfdiv.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfmpy.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfrem.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfsqrt.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
dfsub.c parisc: Fix typos in comments 2022-05-08 20:01:12 +02:00
driver.c parisc/math-emu: Remove unused struct 'exc_reg' 2024-05-10 15:09:15 +02:00
fcnvff.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvfu.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvfut.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvfx.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvfxt.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvuf.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvxf.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
float.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
fmpyfadd.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
fpbits.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
fpu.h parisc: math-emu: Few spelling fixes in the file fpu.h 2021-04-06 15:34:14 +02:00
fpudispatch.c parisc: math-emu: Fix fall-through warnings 2021-09-01 22:18:18 +02:00
frnd.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
hppa.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
Makefile parisc: math-emu: Avoid compiler warnings with W=1 2023-07-03 18:56:03 +02:00
math-emu.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
README
sfadd.c parisc: Fix typos in comments 2022-05-08 20:01:12 +02:00
sfcmp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
sfdiv.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
sfmpy.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
sfrem.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
sfsqrt.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
sfsub.c parisc: Fix typos in comments 2022-05-08 20:01:12 +02:00
sgl_float.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00

All files except driver.c are snapshots from the HP-UX kernel.  They've
been modified as little as possible.  Even though they don't fit the
Linux coding style, please leave them in their funny format just in case
someone in the future, with access to HP-UX source code, is generous
enough to update our copies with later changes from HP-UX -- it'll
make their 'diff' job easier if our code is relatively unmodified.

Required Disclaimer: Hewlett-Packard makes no implied or expressed
warranties about this code nor any promises to maintain or test it
in any way.  This copy of this snapshot is no longer the property
of Hewlett-Packard.