12 Feb, 2013
1 commit
-
Based on the patch:
"lib: reduce the use of module.h wherever possible"
(sha1: 8bc3bcc93a2b4e47d5d410146f6546bca6171663)
fix all microblaze files which are not modules.Signed-off-by: Michal Simek
27 Jun, 2012
1 commit
-
The standard (see BSS_SECTION() in and
) symbol for the end of BSS is __bss_stop.
This allows to remove all local declarations that have been added to
several architectures just to please CONFIG_MTD_UCLINUX.Signed-off-by: Geert Uytterhoeven
Acked-by: Paul Mundt
Acked-by: Mike Frysinger
Acked-by: Michal Simek
Acked-by: Greg Ungerer
29 Mar, 2012
1 commit
-
Disintegrate asm/system.h for Microblaze. Not compiled.
Signed-off-by: David Howells
cc: microblaze-uclinux@itee.uq.edu.au
09 Mar, 2011
2 commits
-
Adding missing export symbols for loadable modules.
Signed-off-by: Michal Simek
-
Add one empty line to microblaze_ksyms.c.
Remove one empty line to cacheflush.h.Signed-off-by: Michal Simek
21 Oct, 2010
2 commits
-
Several kernel modules requires empty_zero_page and mbc
to be exported.Signed-off-by: Michal Simek
-
Replaced libgcc functions with asm optimized implementation.
Signed-off-by: Michal Simek
13 May, 2010
2 commits
-
Export __strncpy_user, memory_size, ioremap_bot for modules.
Signed-off-by: Michal Simek
-
Modules that use copy_{to,from}_user(), memcpy(), and memset() fail to build
in certain circumstances.Signed-off-by: Steven J. Magnani
Signed-off-by: Michal Simek
14 Dec, 2009
1 commit
-
If -pg of gcc is enabled with CONFIG_FUNCTION_TRACER=y. a calling to
_mcount will be inserted into each kernel function. so, there is a
possibility to trace the kernel functions in _mcount.This patch add the specific _mcount support for static function
tracing. by default, ftrace_trace_function is initialized as
ftrace_stub(an empty function), so, the default _mcount will introduce
very little overhead. after enabling ftrace in user-space, it will jump
to a real tracing function and do static function tracing for us.Commit message from Wu Zhangjin
Signed-off-by: Michal Simek
21 May, 2009
1 commit
-
Some device drivers require the symbols _ebss, kernel_thread,
__page_offset or ___range_ok, so export them.Signed-off-by: Arnd Bergmann
Signed-off-by: Michal Simek
27 Mar, 2009
1 commit
-
Reviewed-by: Ingo Molnar
Acked-by: Stephen Neuendorffer
Acked-by: John Linn
Acked-by: John Williams
Signed-off-by: Michal Simek