blob: f66dc71fac4fc985d1f51097bad4f001e594ba63 [file] [log] [blame]
Thomas Gleixnerb4d0d232019-05-20 19:08:01 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
David Howells739d8752018-03-08 09:48:46 +00002/* Generic process execution definitions.
David Howells5d125062012-03-28 18:30:03 +01003 *
4 * It should be possible to use these on really simple architectures,
5 * but it serves more as a starting point for new ports.
6 *
7 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
8 * Written by David Howells (dhowells@redhat.com)
David Howells5d125062012-03-28 18:30:03 +01009 */
10#ifndef __ASM_GENERIC_EXEC_H
11#define __ASM_GENERIC_EXEC_H
12
13#define arch_align_stack(x) (x)
14
15#endif /* __ASM_GENERIC_EXEC_H */