summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2011-10-04 18:06:08 +0000
committermarcel <marcel@FreeBSD.org>2011-10-04 18:06:08 +0000
commit57438321e8650d63bd5cd079db98fa49beb0d85e (patch)
tree69d0777c3d66c85e01c52c4d4ba94a7d48e62bc4 /sys/mips
parentd5018e8ff62dafbde66068f52d7f615a57c37fd7 (diff)
downloadFreeBSD-src-57438321e8650d63bd5cd079db98fa49beb0d85e.zip
FreeBSD-src-57438321e8650d63bd5cd079db98fa49beb0d85e.tar.gz
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.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/param.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h
index 5f25c81..608d802 100644
--- a/sys/mips/include/param.h
+++ b/sys/mips/include/param.h
@@ -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? */
/*
OpenPOWER on IntegriCloud