Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: cc4a41fe5541a73019a864883297bd5043aa6d98 authored by Linus Torvalds on 28 August 2017, 00:20:40 UTC
Linux 4.13-rc7
Tip revision: cc4a41f
sparsemem.h
#ifndef _ASM_S390_SPARSEMEM_H
#define _ASM_S390_SPARSEMEM_H

#define SECTION_SIZE_BITS	28
#define MAX_PHYSMEM_BITS	CONFIG_MAX_PHYSMEM_BITS

#endif /* _ASM_S390_SPARSEMEM_H */
back to top