Raising the PAGE_SIZE to 64k does generate a couple of new warnings in the build:
drivers/usb/core/devio.c:632: warning: comparison is always false due to limited range of data type fs/fat/inode.c:1227: warning: comparison is always false due to limited range of data type Both of these are due to range comparisons of u16 data types with PAGE_SIZE. They both look harmless ... we'll get an infinitessimal performance boost from the compiler dropping the code, but it is annoying to add these to the (already large) list of warnings to ignore. Anyone got any cute ideas on how to make these warnings go away? -Tony - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
