From f11e3710b074056711c79bfc64bf3116c417dfba Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Tue, 4 Oct 2011 18:06:08 +0000 Subject: [PATCH] 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. --- sys/mips/include/param.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h index 5f25c81c98f..608d80288d0 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? */ /*