1*b4d0d230SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */ 2739d875dSDavid Howells /* Generic process execution definitions. 35d125066SDavid Howells * 45d125066SDavid Howells * It should be possible to use these on really simple architectures, 55d125066SDavid Howells * but it serves more as a starting point for new ports. 65d125066SDavid Howells * 75d125066SDavid Howells * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. 85d125066SDavid Howells * Written by David Howells ([email protected]) 95d125066SDavid Howells */ 105d125066SDavid Howells #ifndef __ASM_GENERIC_EXEC_H 115d125066SDavid Howells #define __ASM_GENERIC_EXEC_H 125d125066SDavid Howells 135d125066SDavid Howells #define arch_align_stack(x) (x) 145d125066SDavid Howells 155d125066SDavid Howells #endif /* __ASM_GENERIC_EXEC_H */ 16