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

CRIS: Correct comment in io.h to describe reality of I/O space.

The old comment stated that it was "junk needed for the arch-independent code
but which we never use in the CRIS port", but this is no longer true.

+2 -2
+2 -2
include/asm-cris/io.h
··· 122 122 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) 123 123 124 124 125 - /* The following is junk needed for the arch-independent code but which 126 - * we never use in the CRIS port 125 + /* I/O port access. Normally there is no I/O space on CRIS but when 126 + * Cardbus/PCI is enabled the request is passed through the bridge. 127 127 */ 128 128 129 129 #define IO_SPACE_LIMIT 0xffff