Skip to content

Commit f1a4071

Browse files
authored
Clean up STACKSIZE redefinition
1 parent 97cf100 commit f1a4071

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/power/dgemm_kernel_16x4_power8.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8282
#endif
8383

8484
#ifdef __64BIT__
85-
#define STACKSIZE 320
8685
#define STACKSIZE 512
8786
#define ALPHA_SP 296+192(SP)
8887
#define FZERO 304+192(SP)
8988
#else
90-
#define STACKSIZE 240
9189
#define STACKSIZE 440
9290
#define ALPHA_SP 224+200(SP)
9391
#define FZERO 232+200(SP)

0 commit comments

Comments
 (0)