Remove bogus and wrong definition of BLKDEV_IOSIZE.

Wrong in that it must be guarded (it's configurable)
and bogus in that there's absolutely no rationale for
it not default to a page size like all other archs.
This commit is contained in:
Marcel Moolenaar 2011-10-04 18:06:08 +00:00
parent 9bcaa49a30
commit f11e3710b0

View File

@ -149,7 +149,6 @@
#define MAXPAGESIZES 1 /* max supported pagesizes */
#define BLKDEV_IOSIZE 2048 /* xxx: Why is this 1/2 page? */
#define MAXDUMPPGS 1 /* xxx: why is this only one? */
/*