Skip to content

Commit

Permalink
parisc/math-emu: Remove unused struct 'exc_reg'
Browse files Browse the repository at this point in the history
This has been here since pre-git.  Build tested.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
Dr. David Alan Gilbert authored and hdeller committed May 10, 2024
1 parent 487fa28 commit 0ca4f51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/parisc/math-emu/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0ca4f51

Please sign in to comment.