mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue