New commits: commit b609308e1415efebdf79ebd553f4dd47b0ff2722 Author: Kyle McMartin <kyle@xxxxxxxxxxx> Date: Sun Mar 15 16:49:55 2009 -0400 parisc: move dereference_function_descriptor to process.c Commit deac93df26b20cf8438339b5935b5f5643bc30c9 fixed up printing of %pF on parisc, but added the dereference_function_descriptor prototype to module.c... this isn't a particularly wise idea as module.c might not always be compiled. Signed-off-by: Kyle McMartin <kyle@xxxxxxxxxxx> commit bf589a349b9a41ea202ddb8115b18f543b944bfd Author: Kyle McMartin <kyle@xxxxxxxxxxx> Date: Sun Mar 15 16:44:25 2009 -0400 parisc: Move kernel Elf_Fdesc define to <asm/elf.h> elf.h probably won't be exported to userspace, but play it safe and cram it in a #ifdef __KERNEL__ guard. Signed-off-by: Kyle McMartin <kyle@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html