mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-12 18:03:24 +08:00
Disintegrate asm/system.h for H8300. Signed-off-by: David Howells <dhowells@redhat.com> cc: Yoshinori Sato <ysato@users.sourceforge.jp>
7 lines
105 B
C
7 lines
105 B
C
#ifndef _H8300_EXEC_H
|
|
#define _H8300_EXEC_H
|
|
|
|
#define arch_align_stack(x) (x)
|
|
|
|
#endif /* _H8300_EXEC_H */
|