diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-06-25 19:38:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-06-25 19:38:48 +0000 |
commit | 8b793125022cf3145a4a448d6e8e9208385c231d (patch) | |
tree | 8cf50b2dec58135005e375dc2f073f9234476861 /sys | |
parent | bcb0911d5a97d63b0e3d5de1a4c03426dd012dd1 (diff) |
Remove irrelevant comments borrowed from loongson.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/octeon/include/param.h | 12 |
1 files changed, 1 insertions, 11 deletions
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 <mips64/param.h> |