include: stdlib: Fix the STACK_BUF_ALIGN macro

with STACK_BUF_ALIGN macro the end address of the buffer is not
gauranteed to be aligned to cache line size. Make sure to allocate the
buffer's start and end address are algined to cache line size.

Change-Id: I3288793558be1571451eae445b78e9902ca52b03
1 file changed