mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 12:25:09 +07:00
e839ca5287
Disintegrate asm/system.h for SH. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-sh@vger.kernel.org
11 lines
208 B
C
11 lines
208 B
C
/*
|
|
* Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima
|
|
* Copyright (C) 2002 Paul Mundt
|
|
*/
|
|
#ifndef __ASM_SH_EXEC_H
|
|
#define __ASM_SH_EXEC_H
|
|
|
|
#define arch_align_stack(x) (x)
|
|
|
|
#endif /* __ASM_SH_EXEC_H */
|