diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-08-02 04:22:05 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-08-02 04:22:05 +0000 |
commit | d29ae3421a79afa1770b0d81d1150eef0960dbfd (patch) | |
tree | fde449032bb87e778071941a3905be60c7437189 /sys | |
parent | 4f6a6a1e7e1e32ab99e76585170713b094f43297 (diff) |
add string for cputype (bad art =)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |