


Thus the test around the call is not needed. The iounmap() function performs also input parameter validation. Replace all in a shot.ĪLSA: Deletion of checks before the function call "iounmap" To start getting rid of the arch-specific forms, this patch removes themįrom all the old Power Macintosh drivers, replacing them with theĪLSA: Include linux/io.h instead of asm/io.h Ppc machines can now run a little-endian kernel. Misleading, because they always generate byte-reversing forms, but some Worse the "le" in the names of the arch specific functions is now Le*_to_cpu() functions eaning the arch-specific functions don't have much Load/store instructions when using the normal, generic cpu_to_le*() and However, gcc is perfectly capable of generating the byte-reversing () inlines in arch/powerpc/include/asm/swab.h. These can be accessed via the arch-specific Ppc has special instruction forms to efficiently load and store values
#INTEL DESKTOP BOARD BEEP CODES DRIVERS#
Powerpc: Move Power Macintosh drivers to generic byteswappers Remove the includes of asm/pci-bridge.h from the other drivers, adding an Powerpc RPA hotplug drivers in drivers/pci/hotplug/rpa*. Outside of the arch/ directories, the onlyĭrivers that actually need things provided by asm/pci-bridge.h are the Drivers should include asm/pci-bridge.h only when they need the arch.
