From 8b793125022cf3145a4a448d6e8e9208385c231d Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 25 Jun 2011 19:38:48 +0000 Subject: Remove irrelevant comments borrowed from loongson. --- sys/arch/octeon/include/param.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'sys') diff --git a/sys/arch/octeon/include/param.h b/sys/arch/octeon/include/param.h index 917d9a3493d..8fb5164ec3a 100644 --- a/sys/arch/octeon/include/param.h +++ b/sys/arch/octeon/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.2 2010/10/11 15:51:06 syuu Exp $ */ +/* $OpenBSD: param.h,v 1.3 2011/06/25 19:38:47 miod Exp $ */ /* public domain */ #ifndef _MACHINE_PARAM_H_ @@ -8,19 +8,9 @@ #define _MACHINE octeon #define MACHINE_ARCH "mips64" #define _MACHINE_ARCH mips64 -/* not the canonical endianness */ -#define MACHINE_CPU "mips64" -#define _MACHINE_CPU mips64 #define MID_MACHINE MID_MIPS64 -/* - * The Loongson level 1 cache expects software to prevent virtual - * aliases. Unfortunately, since this cache is physically tagged, - * this would require all virtual address to have the same bits 14 - * and 13 as their physical addresses, which is not something the - * kernel can guarantee unless the page size is at least 16KB. - */ #define PAGE_SHIFT 14 #include -- cgit v1.2.3