Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

typo fixes: disadvantadge -> disadvantage

Signed-off-by: Adrian Bunk <bunk@stusta.de>

+2 -2
+1 -1
Documentation/arm/IXP4xx
··· 85 85 2) If > 64MB of memory space is required, the IXP4xx can be 86 86 configured to use indirect registers to access PCI This allows 87 87 for up to 128MB (0x48000000 to 0x4fffffff) of memory on the bus. 88 - The disadvantadge of this is that every PCI access requires 88 + The disadvantage of this is that every PCI access requires 89 89 three local register accesses plus a spinlock, but in some 90 90 cases the performance hit is acceptable. In addition, you cannot 91 91 mmap() PCI devices in this case due to the indirect nature
+1 -1
include/asm-arm/arch-ixp4xx/io.h
··· 38 38 * 2) If > 64MB of memory space is required, the IXP4xx can be configured 39 39 * to use indirect registers to access PCI (as we do below for I/O 40 40 * transactions). This allows for up to 128MB (0x48000000 to 0x4fffffff) 41 - * of memory on the bus. The disadvantadge of this is that every 41 + * of memory on the bus. The disadvantage of this is that every 42 42 * PCI access requires three local register accesses plus a spinlock, 43 43 * but in some cases the performance hit is acceptable. In addition, 44 44 * you cannot mmap() PCI devices in this case.