mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 17:46:48 +07:00
527dcdccd6
Disintegrate asm/system.h for PA-RISC. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-parisc@vger.kernel.org
7 lines
111 B
C
7 lines
111 B
C
#ifndef __PARISC_EXEC_H
|
|
#define __PARISC_EXEC_H
|
|
|
|
#define arch_align_stack(x) (x)
|
|
|
|
#endif /* __PARISC_EXEC_H */
|