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
s390/bpf: Fix skb_copy_bits() parameter passing
[linux/fpc-iii.git]
/
arch
/
ia64
/
include
/
uapi
/
asm
/
ustack.h
blob
1dfebc622692588cb19ecc533beece5ab118f5e4
1
#ifndef _UAPI_ASM_IA64_USTACK_H
2
#define _UAPI_ASM_IA64_USTACK_H
3
4
/*
5
* Constants for the user stack size
6
*/
7
8
9
/* Make a default stack size of 2GiB */
10
#define DEFAULT_USER_STACK_SIZE (1UL << 31)
11
12
#endif
/* _UAPI_ASM_IA64_USTACK_H */