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
x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git]
/
arch
/
sparc
/
include
/
asm
/
shmparam_32.h
blob
142825c8d3ac73f1fc04a366b859208f69a4521c
1
#ifndef _ASMSPARC_SHMPARAM_H
2
#define _ASMSPARC_SHMPARAM_H
3
4
#define __ARCH_FORCE_SHMLBA 1
5
6
extern
int
vac_cache_size
;
7
#define SHMLBA (vac_cache_size ? vac_cache_size : PAGE_SIZE)
8
9
#endif
/* _ASMSPARC_SHMPARAM_H */