Linux 5.6.13
[linux/fpc-iii.git] / arch / hexagon / include / asm / exec.h
blobbb79e23db09009d4fa029e05ae2e6fae795e7649
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Process execution related definitions for the Hexagon architecture
5 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
6 */
8 #ifndef _ASM_EXEC_H
9 #define _ASM_EXEC_H
11 /* Should probably shoot for an 8-byte aligned stack pointer */
12 #define STACK_MASK (~7)
13 #define arch_align_stack(x) (x & STACK_MASK)
15 #endif /* _ASM_EXEC_H */