x86: consolidate STACK_ROUND_* definition

There was no definition for 64-bit.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-11-05 13:59:11 -08:00 committed by Andrew Boie
commit 64f6e2ac6b
3 changed files with 4 additions and 9 deletions

View file

@ -18,11 +18,6 @@
extern "C" {
#endif
/* stack alignment related macros: STACK_ALIGN_SIZE is defined above */
#define STACK_ROUND_UP(x) ROUND_UP(x, STACK_ALIGN_SIZE)
#define STACK_ROUND_DOWN(x) ROUND_DOWN(x, STACK_ALIGN_SIZE)
static inline void z_arch_kernel_init(void)
{
/* No-op on this arch */