- 01 Dec, 2017 1 commit
-
-
Christoph Hellwig authored
Introducing a new include/lib directory just for this file totally messes up tab completion for include/linux, which is highly annoying. Move it to include/linux where we have headers for all kinds of other lib/ code as well. Signed-off-by:
Christoph Hellwig <hch@lst.de> Signed-off-by:
Palmer Dabbelt <palmer@sifive.com>
-
- 25 Sep, 2017 1 commit
-
-
Palmer Dabbelt authored
Many ports (m32r, microblaze, mips, parisc, score, and sparc) use functionally identical copies of various GCC library routine files, which came up as we were submitting the RISC-V port (which also uses some of these). This patch adds a new copy of these library routine files, which are functionally identical to the various other copies. These are availiable via Kconfig as CONFIG_GENERIC_$ROUTINE, which currently isn't used anywhere. Reviewed-by:
Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by:
Palmer Dabbelt <palmer@dabbelt.com>
-
- 12 Feb, 2013 1 commit
-
-
Michal Simek authored
Based on the patch: "lib: reduce the use of module.h wherever possible" (sha1: 8bc3bcc9) fix all microblaze files which are not modules. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
- 13 Dec, 2012 1 commit
-
-
Michal Simek authored
Remove these gcc types and use standard types. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
- 09 Mar, 2011 1 commit
-
-
Michal Simek authored
Adding missing export symbols for loadable modules. Signed-off-by:
Michal Simek <monstr@monstr.eu>
-
- 03 Jan, 2011 1 commit
-
-
Michal Simek authored
__muldi3 was written for big endian platforms. Code contained half word read/write instructions which are not compatible with little endian cpu. Asm __muldi3 implementation is replaced by C version. Signed-off-by:
Michal Simek <monstr@monstr.eu>
-