162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/* Generic process execution definitions.
362306a36Sopenharmony_ci *
462306a36Sopenharmony_ci * It should be possible to use these on really simple architectures,
562306a36Sopenharmony_ci * but it serves more as a starting point for new ports.
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
862306a36Sopenharmony_ci * Written by David Howells (dhowells@redhat.com)
962306a36Sopenharmony_ci */
1062306a36Sopenharmony_ci#ifndef __ASM_GENERIC_EXEC_H
1162306a36Sopenharmony_ci#define __ASM_GENERIC_EXEC_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#define arch_align_stack(x) (x)
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#endif /* __ASM_GENERIC_EXEC_H */
16