Author: marcel Date: Tue Oct 4 18:06:08 2011 New Revision: 226021 URL: http://svn.freebsd.org/changeset/base/226021
Log: 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. Modified: head/sys/mips/include/param.h Modified: head/sys/mips/include/param.h ============================================================================== --- head/sys/mips/include/param.h Tue Oct 4 18:03:55 2011 (r226020) +++ head/sys/mips/include/param.h Tue Oct 4 18:06:08 2011 (r226021) @@ -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? */ /* _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
