Skip to content

Commit 17e288e

Browse files
authored
Clean up STACKSIZE redefinition
1 parent c1422f3 commit 17e288e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/power/ctrmm_kernel_8x4_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 400
8685
#define STACKSIZE 592
8786
#define ALPHA_R_SP 304+192(SP)
8887
#define ALPHA_I_SP 312+192(SP)
8988
#else
90-
#define STACKSIZE 256
9189
#define STACKSIZE 452
9290
#define ALPHA_R_SP 224+196(SP)
9391
#define ALPHA_I_SP 232+196(SP)

0 commit comments

Comments
 (0)