Release 4.10 arch/powerpc/include/asm/pgalloc.h
#ifndef _ASM_POWERPC_PGALLOC_H
#define _ASM_POWERPC_PGALLOC_H
#include <linux/mm.h>
#ifdef CONFIG_PPC_BOOK3S
#include <asm/book3s/pgalloc.h>
#else
#include <asm/nohash/pgalloc.h>
#endif
#endif /* _ASM_POWERPC_PGALLOC_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
paul mackerras | paul mackerras | 9 | 36.00% | 1 | 16.67% |
anton blanchard | anton blanchard | 6 | 24.00% | 1 | 16.67% |
benjamin herrenschmidt | benjamin herrenschmidt | 4 | 16.00% | 2 | 33.33% |
aneesh kumar | aneesh kumar | 3 | 12.00% | 1 | 16.67% |
kumar gala | kumar gala | 3 | 12.00% | 1 | 16.67% |
| Total | 25 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.