cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/include/asm/unaligned.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_POWERPC_UNALIGNED_H

#define _ASM_POWERPC_UNALIGNED_H

#ifdef __KERNEL__

/*
 * The PowerPC can do unaligned accesses itself based on its endian mode.
 */
#include <linux/unaligned/access_ok.h>
#include <linux/unaligned/generic.h>

#ifdef __LITTLE_ENDIAN__

#define get_unaligned	__get_unaligned_le

#define put_unaligned	__put_unaligned_le
#else

#define get_unaligned	__get_unaligned_be

#define put_unaligned	__put_unaligned_be
#endif

#endif	/* __KERNEL__ */
#endif	/* _ASM_POWERPC_UNALIGNED_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Rajesh B Prathipati1634.78%116.67%
Linus Torvalds (pre-git)1430.43%233.33%
Harvey Harrison817.39%116.67%
Jon Loeliger715.22%116.67%
Greg Kroah-Hartman12.17%116.67%
Total46100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.