Revert "Fix -m 7800 and -m 7801 on CPU"

This reverts commit 9f9ed78ca7.
pull/2355/head
Jens Steube 4 years ago
parent 2c94c003ce
commit b89bb84e1d

@ -152,7 +152,7 @@ KERNEL_FQ void m07800_m04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -457,7 +457,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif

@ -150,7 +150,7 @@ KERNEL_FQ void m07800_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -519,7 +519,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif

@ -626,7 +626,7 @@ KERNEL_FQ void m07800_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -711,7 +711,7 @@ KERNEL_FQ void m07800_m08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -800,7 +800,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -885,7 +885,7 @@ KERNEL_FQ void m07800_s08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif

@ -152,7 +152,7 @@ KERNEL_FQ void m07801_m04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -457,7 +457,7 @@ KERNEL_FQ void m07801_s04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif

@ -150,7 +150,7 @@ KERNEL_FQ void m07801_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -519,7 +519,7 @@ KERNEL_FQ void m07801_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif

@ -626,7 +626,7 @@ KERNEL_FQ void m07801_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -711,7 +711,7 @@ KERNEL_FQ void m07801_m08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -800,7 +800,7 @@ KERNEL_FQ void m07801_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif
@ -885,7 +885,7 @@ KERNEL_FQ void m07801_s08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
#endif

Loading…
Cancel
Save