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:
parent
9bcaa49a30
commit
f11e3710b0
@ -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? */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user