mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Disintegrate asm/system.h for Alpha. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-alpha@vger.kernel.org
7 lines
108 B
C
7 lines
108 B
C
#ifndef __ALPHA_EXEC_H
|
|
#define __ALPHA_EXEC_H
|
|
|
|
#define arch_align_stack(x) (x)
|
|
|
|
#endif /* __ALPHA_EXEC_H */
|