Release 4.14 arch/parisc/include/asm/shmparam.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASMPARISC_SHMPARAM_H
#define _ASMPARISC_SHMPARAM_H
#define SHMLBA PAGE_SIZE
/* attach addr a multiple of this */
#define SHM_COLOUR 0x00400000
/* shared mappings colouring */
#endif /* _ASMPARISC_SHMPARAM_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 11 | 55.00% | 1 | 20.00% |
Helge Deller | 5 | 25.00% | 1 | 20.00% |
Andrew Morton | 2 | 10.00% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 5.00% | 1 | 20.00% |
Matthew Wilcox | 1 | 5.00% | 1 | 20.00% |
Total | 20 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.