summaryrefslogtreecommitdiff
path: root/arch/parisc
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-05-06 02:10:59 +0300
committerHelge Deller <deller@gmx.de>2024-05-10 16:09:15 +0300
commit0ca4f51fa522df285ebff76ec8bd2bde7d1c080d (patch)
tree58dc2968ee10ff7ac492d8cd6b062bcfd357b065 /arch/parisc
parent487fa28fa8b60417642ac58e8beda6e2509d18f9 (diff)
downloadlinux-0ca4f51fa522df285ebff76ec8bd2bde7d1c080d.tar.xz
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>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/math-emu/driver.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/parisc/math-emu/driver.c b/arch/parisc/math-emu/driver.c
index 6ce427b58836..34495446e051 100644
--- 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 */