linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] parisc/math-emu: Remove unused struct 'exc_reg'
@ 2024-05-05 23:10 linux
  2024-05-10 13:10 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: linux @ 2024-05-05 23:10 UTC (permalink / raw)
  To: James.Bottomley, deller
  Cc: linux-parisc, linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

This has been here since pre-git.

Build tested.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 arch/parisc/math-emu/driver.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/parisc/math-emu/driver.c b/arch/parisc/math-emu/driver.c
index 6ce427b58836c..34495446e051c 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 */
-- 
2.45.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] parisc/math-emu: Remove unused struct 'exc_reg'
  2024-05-05 23:10 [PATCH] parisc/math-emu: Remove unused struct 'exc_reg' linux
@ 2024-05-10 13:10 ` Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2024-05-10 13:10 UTC (permalink / raw)
  To: linux, James.Bottomley; +Cc: linux-parisc, linux-kernel

On 5/6/24 01:10, linux@treblig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
>
> This has been here since pre-git.
>
> Build tested.
>
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>

applied.
Thanks!
Helge

> ---
>   arch/parisc/math-emu/driver.c | 6 ------
>   1 file changed, 6 deletions(-)
>
> diff --git a/arch/parisc/math-emu/driver.c b/arch/parisc/math-emu/driver.c
> index 6ce427b58836c..34495446e051c 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 */


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-10 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-05 23:10 [PATCH] parisc/math-emu: Remove unused struct 'exc_reg' linux
2024-05-10 13:10 ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).