svn commit: r226021 - head/sys/mips/include

Marcel Moolenaar marcel at FreeBSD.org
Tue Oct 4 18:06:08 UTC 2011


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? */
 
 /*


More information about the svn-src-all mailing list