Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eec73f81 authored by Brian Gerst's avatar Brian Gerst Committed by H. Peter Anvin
Browse files

x86, fpu: Remove PSHUFB_XMM5_* macros



The PSHUFB_XMM5_* macros are no longer used.

Signed-off-by: default avatarBrian Gerst <brgerst@gmail.com>
Acked-by: default avatarPekka Enberg <penberg@kernel.org>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
LKML-Reference: <1283563039-3466-11-git-send-email-brgerst@gmail.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent 8eb91a57
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -465,7 +465,4 @@ extern void fpu_finit(struct fpu *fpu);


#endif /* __ASSEMBLY__ */
#endif /* __ASSEMBLY__ */


#define PSHUFB_XMM5_XMM0 .byte 0x66, 0x0f, 0x38, 0x00, 0xc5
#define PSHUFB_XMM5_XMM6 .byte 0x66, 0x0f, 0x38, 0x00, 0xf5

#endif /* _ASM_X86_I387_H */
#endif /* _ASM_X86_I387_H */