803f69144f
Disintegrate asm/system.h for M68K. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Greg Ungerer <gerg@uclinux.org> cc: linux-m68k@lists.linux-m68k.org
7 lines
102 B
C
7 lines
102 B
C
#ifndef _M68K_EXEC_H
|
|
#define _M68K_EXEC_H
|
|
|
|
#define arch_align_stack(x) (x)
|
|
|
|
#endif /* _M68K_EXEC_H */
|