cregit-Linux how code gets into the kernel

Release 4.11 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

PersonTokensPropCommitsCommitProp
Sam Ravnborg2466.67%342.86%
Linus Torvalds (pre-git)1027.78%342.86%
Stephen Rothwell25.56%114.29%
Total36100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.