cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Sam Ravnborg2464.86%337.50%
Linus Torvalds (pre-git)1027.03%337.50%
Stephen Rothwell25.41%112.50%
Greg Kroah-Hartman12.70%112.50%
Total37100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.