Release 4.10 arch/sparc/include/asm/page.h
#ifndef ___ASM_SPARC_PAGE_H
#define ___ASM_SPARC_PAGE_H
#define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
#if defined(__sparc__) && defined(__arch64__)
#include <asm/page_64.h>
#else
#include <asm/page_32.h>
#endif
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
sam ravnborg | sam ravnborg | 24 | 66.67% | 3 | 42.86% |
pre-git | pre-git | 10 | 27.78% | 3 | 42.86% |
stephen rothwell | stephen rothwell | 2 | 5.56% | 1 | 14.29% |
| Total | 36 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.