From d29ae3421a79afa1770b0d81d1150eef0960dbfd Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Fri, 2 Aug 2002 04:22:05 +0000 Subject: add string for cputype (bad art =) --- sys/arch/sparc64/include/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index ad84e88b36d..fc173d715d9 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.14 2002/08/02 04:17:05 jason Exp $ */ +/* $OpenBSD: cpu.h,v 1.15 2002/08/02 04:22:04 jason Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -62,6 +62,7 @@ { "booted_kernel", CTLTYPE_STRING }, \ { "led_blink", CTLTYPE_INT }, \ { "allowaperture", CTLTYPE_INT }, \ + { "cputype", CTLTYPE_INT }, \ } #ifdef _KERNEL -- cgit v1.2.3