summaryrefslogtreecommitdiff
path: root/arch/sparc/lib/ksyms.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-27sparc32: drop unused atomic24 supportSam Ravnborg1-6/+0
atomic24 support was used to semaphores in the past - but is no longer used. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
2009-12-11sparc: Stop trying to be so fancy and use __builtin_{memcpy,memset}()David S. Miller1-2/+0
This mirrors commit ff60fab71bb3b4fdbf8caf57ff3739ffd0887396 (x86: Use __builtin_memset and __builtin_memcpy for memset/memcpy) Signed-off-by: David S. Miller <davem@davemloft.net>
2009-01-09sparc: Create a new file lib/ksyms.c and add export of all symbols defined ↵Sam Ravnborg1-0/+196
in assembler in lib/ to this file. Remove the duplicate entries from kernel/sparc_ksyms_*.c The rationale behind this is that the EXPORT_SYMBOL() should be close to their definition and we cannot add designate a symbol to be exported in assembler so at least put it in a file in the same directory. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Additions by Julian Calaby: * Rebased over sparc-2.6.git HEAD Signed-off-by: Julian Calaby <julian.calaby@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>