Messages in this thread |  | | Date | Tue, 29 Aug 2000 17:15:46 -0700 | From | "David S. Miller" <> | Subject | Re: 2.4.0-test8-pre1 on SPARC: Some warnings squashed |
| |
Date: Tue, 29 Aug 2000 20:14:58 -0400 From: Horst von Brand <vonbrand@inf.utfsm.cl>
--- linux-2.4.0-test/kernel/signal.c.dist-2.4.0-test8-pre1 Tue Aug 29 18:27:38 2000 +++ linux-2.4.0-test/kernel/signal.c Tue Aug 29 18:27:46 2000
This fix already sent to Linus last night.
--- linux-2.4.0-test/include/asm-sparc/sbus.h.dist-2.4.0-test8-pre1 Tue Aug 29 18:09:13 2000 +++ linux-2.4.0-test/include/asm-sparc/sbus.h Tue Aug 29 18:09:20 2000 @@ -112,7 +112,7 @@
/* All the rest use streaming mode mappings. */ extern u32 sbus_map_single(struct sbus_dev *, void *, long, int); -extern void sbus_unmap_single(struct sbus_dev *, u32, long, int); +extern void sbus_unmap_single(struct sbus_dev *, dma_addr_t, size_t, int); extern int sbus_map_sg(struct sbus_dev *, struct scatterlist *, int, int); extern void sbus_unmap_sg(struct sbus_dev *, struct scatterlist *, int, int);
Now the extern decl for sbus_unmap_single does not match the actual argument types in the definition of it in arch/sparc/kernel/ioport.c
If this fixes warnings else where, it also creates a new one for ioport.c
This change makes no sense, not applied.
--- linux-2.4.0-test/drivers/sbus/audio/amd7930.c.dist-2.4.0-test8-pre1 Tue Aug 29 15:03:23 2000 +++ linux-2.4.0-test/drivers/sbus/audio/amd7930.c Tue Aug 29 15:32:40 2000
This patch did not apply cleanly, not applied.
--- linux-2.4.0-test/drivers/sbus/audio/dbri.c.dist-2.4.0-test8-pre1 Fri Feb 18 20:07:20 2000 +++ linux-2.4.0-test/drivers/sbus/audio/dbri.c Tue Aug 29 18:03:03 2000
Applied.
--- linux-2.4.0-test/arch/sparc/mm/init.c.dist-2.4.0-test8-pre1 Thu Aug 24 09:51:33 2000 +++ linux-2.4.0-test/arch/sparc/mm/init.c Tue Aug 29 14:50:40 2000
Applied.
Thanks.
Later, David S. Miller davem@redhat.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |