summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h
index 634b772aa98..746fa74aa71 100644
--- a/sys/arch/mips64/include/cpu.h
+++ b/sys/arch/mips64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.56 2010/02/28 17:23:23 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.57 2010/02/28 18:01:36 miod Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -369,6 +369,7 @@ struct cpu_hwinfo {
uint32_t clock; /* Hz */
uint32_t tlbsize;
uint type;
+ uint32_t l2size;
};
struct cpu_info {