Commit 0ca4f51f authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Helge Deller

parisc/math-emu: Remove unused struct 'exc_reg'

This has been here since pre-git.  Build tested.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 487fa28f
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment