diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-12 19:46:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-12 19:46:47 +0000 |
commit | 7c2fac49a9dda3085dd41ecdd33795bb3917b3c3 (patch) | |
tree | f7ca46d840cdf0a4b6b7c65b6424888c74b6e360 /sys/arch/sgi | |
parent | d89cd653b47b9a8da67bfa4eecab3f0dd93fd671 (diff) |
More unused fields in struct sys_rec.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/include/autoconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sgi/include/autoconf.h b/sys/arch/sgi/include/autoconf.h index 9a0bc7c7d5b..abaf1715f3a 100644 --- a/sys/arch/sgi/include/autoconf.h +++ b/sys/arch/sgi/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.25 2009/11/07 22:48:36 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.26 2009/11/12 19:46:46 miod Exp $ */ /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -52,7 +52,6 @@ struct sys_rec { u_int8_t fpvers_maj; u_int8_t fpvers_min; u_int32_t clock; - u_int32_t clock_bus; u_int32_t tlbsize; u_int32_t tlbwired; } cpu[MAX_CPUS]; |