Release 4.11 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 | 9 | 36.00% | 1 | 16.67% |
Anton Blanchard | 6 | 24.00% | 1 | 16.67% |
Benjamin Herrenschmidt | 4 | 16.00% | 2 | 33.33% |
Kumar Gala | 3 | 12.00% | 1 | 16.67% |
Aneesh Kumar K.V | 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.