RE: [IA64] Set default page size to 64k

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux