You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kyle McMartin
894b5779ce
[PATCH] No arch-specific strpbrk implementations
...
While cleaning up parisc_ksyms.c earlier, I noticed that strpbrk wasn't
being exported from lib/string.c. Investigating further, I noticed a
changeset that removed its export and added it to _ksyms.c on a few more
architectures. The justification was that "other arches do it."
I think this is wrong, since no architecture currently defines
__HAVE_ARCH_STRPBRK, there's no reason for any of them to be exporting it
themselves. Therefore, consolidate the export to lib/string.c.
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 years ago
..
Makefile
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 3
20 years ago
align.S
kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support
20 years ago
asm-offsets.c
[PATCH] xtensa: remove old syscalls
20 years ago
coprocessor.S
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 3
20 years ago
entry.S
kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support
20 years ago
head.S
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 3
20 years ago
irq.c
[PATCH] more for_each_cpu() conversions
19 years ago
module.c
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 3
20 years ago
pci-dma.c
[PATCH] gfp_t: dma-mapping (xtensa)
20 years ago
pci.c
[PATCH] xtensa: remove io_remap_page_range and minor clean-ups
20 years ago
platform.c
[PATCH] fix missing includes
20 years ago
process.c
[PATCH] add missing pm_power_off's
19 years ago
ptrace.c
[PATCH] xtensa: task_pt_regs(), task_stack_page()
19 years ago
semaphore.c
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 3
20 years ago
setup.c
[PATCH] xtensa: remove io_remap_page_range and minor clean-ups
20 years ago
signal.c
[PATCH] xtensa: remove io_remap_page_range and minor clean-ups
20 years ago
syscalls.c
[PATCH] xtensa: remove old syscalls
20 years ago
syscalls.h
[PATCH] xtensa: remove old syscalls
20 years ago
time.c
spelling: s/usefull/useful/
19 years ago
traps.c
[PATCH] xtensa: use ssleep() instead of schedule_timeout()
20 years ago
vectors.S
kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support
20 years ago
vmlinux.lds.S
[PATCH] xtensa: remove old syscalls
20 years ago
xtensa_ksyms.c
[PATCH] No arch-specific strpbrk implementations
19 years ago