mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
487fa28fa8
commit
0ca4f51fa5
1 changed files with 0 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue