projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487fa28
)
parisc/math-emu: Remove unused struct 'exc_reg'
author
Dr. David Alan Gilbert
<linux@treblig.org>
Sun, 5 May 2024 23:10:59 +0000
(
00:10
+0100)
committer
Helge Deller
<deller@gmx.de>
Fri, 10 May 2024 13:09:15 +0000
(15:09 +0200)
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>
arch/parisc/math-emu/driver.c
patch
|
blob
|
history
diff --git
a/arch/parisc/math-emu/driver.c
b/arch/parisc/math-emu/driver.c
index 6ce427b58836c55d3166f0e98c175355b6737d50..34495446e051c264caf2105df0194d80bb791bef 100644
(file)
--- a/
arch/parisc/math-emu/driver.c
+++ b/
arch/parisc/math-emu/driver.c
@@
-26,12
+26,6
@@
#define FPUDEBUG 0
-/* Format of the floating-point exception registers. */
-struct exc_reg {
- unsigned int exception : 6;
- unsigned int ei : 26;
-};
-
/* Macros for grabbing bits of the instruction format from the 'ei'
field above. */
/* Major opcode 0c and 0e */