remarkable-linux/arch/m68k/lib
Gideon Israel Dsouza 849de0cd2c m68k: replace gcc specific macros with ones from compiler.h
There is <linux/compiler.h> which provides macros for various gcc
specific constructs.  Eg: __weak for __attribute__((weak)).  I've
cleaned all instances of gcc specific attributes with the right macros
for all files under /arch/m68k

Link: http://lkml.kernel.org/r/1485540901-1988-3-git-send-email-gidisrael@gmail.com
Signed-off-by: Gideon Israel Dsouza <gidisrael@gmail.com>
Cc: Greg Ungerer <gerg@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-02-24 17:46:56 -08:00
..
ashldi3.c m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
ashrdi3.c m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
checksum.c m68k: simpler m68k and ColdFire CPU's can use generic csum code 2011-12-24 21:47:57 +10:00
divsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
lshrdi3.c m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
Makefile m68k: Remove inline strcpy() and strcat() implementations 2013-06-24 19:44:18 +02:00
memcpy.c m68k: fix unused variable warning in mempcy.c 2012-12-05 10:51:23 +10:00
memmove.c m68k: remove duplicate memmove() implementation 2011-05-24 10:03:49 +10:00
memset.c m68k: use kernel processor defines for conditional optimizations 2011-06-14 11:42:29 +10:00
modsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
muldi3.c m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
mulsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
uaccess.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
udivsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00
umodsi3.S m68k: move exports to definitions 2016-08-07 23:47:19 -04:00