repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm: make wait_on_page_writeback() wait for multiple pending writebacks
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
asm
/
exec.h
blob
641bfbec9d5228e77f005934d7eb4a7b72f86fac
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright IBM Corp. 1999, 2009
4
*
5
* Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
6
*/
7
8
#ifndef __ASM_EXEC_H
9
#define __ASM_EXEC_H
10
11
extern
unsigned long
arch_align_stack
(
unsigned long
sp
);
12
13
#endif
/* __ASM_EXEC_H */