Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2011 18:06:08 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226021 - head/sys/mips/include
Message-ID:  <201110041806.p94I68Cd073349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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? */
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110041806.p94I68Cd073349>