cregit-Linux how code gets into the kernel

Release 4.11 arch/m68k/include/asm/unaligned.h

#ifndef _ASM_M68K_UNALIGNED_H

#define _ASM_M68K_UNALIGNED_H


#ifdef CONFIG_CPU_HAS_NO_UNALIGNED
#include <linux/unaligned/be_struct.h>
#include <linux/unaligned/le_byteshift.h>
#include <linux/unaligned/generic.h>


#define get_unaligned	__get_unaligned_be

#define put_unaligned	__put_unaligned_be

#else
/*
 * The m68k can do unaligned accesses itself.
 */
#include <linux/unaligned/access_ok.h>
#include <linux/unaligned/generic.h>


#define get_unaligned	__get_unaligned_be

#define put_unaligned	__put_unaligned_be

#endif

#endif /* _ASM_M68K_UNALIGNED_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Greg Ungerer3368.75%125.00%
Sam Ravnborg816.67%125.00%
Geert Uytterhoeven714.58%250.00%
Total48100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.