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:
parent
ec3aafbf78
commit
64f6e2ac6b
3 changed files with 4 additions and 9 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue