Release 4.14 arch/sparc/include/asm/page.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 24 | 64.86% | 3 | 37.50% |
Linus Torvalds (pre-git) | 10 | 27.03% | 3 | 37.50% |
Stephen Rothwell | 2 | 5.41% | 1 | 12.50% |
Greg Kroah-Hartman | 1 | 2.70% | 1 | 12.50% |
Total | 37 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.