Sat Jan 11 12:20:07 2014 UTC ()
Uncomment ifdef/endif and tabify.


(nakayama)
diff -r1.69 -r1.70 src/sys/arch/sparc64/sparc64/genassym.cf

cvs diff -r1.69 -r1.70 src/sys/arch/sparc64/sparc64/genassym.cf (expand / switch to unified diff)

--- src/sys/arch/sparc64/sparc64/genassym.cf 2014/01/07 20:11:35 1.69
+++ src/sys/arch/sparc64/sparc64/genassym.cf 2014/01/11 12:20:07 1.70
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: genassym.cf,v 1.69 2014/01/07 20:11:35 palle Exp $ 1# $NetBSD: genassym.cf,v 1.70 2014/01/11 12:20:07 nakayama Exp $
2 2
3# 3#
4# Copyright (c) 1997 The NetBSD Foundation, Inc. 4# Copyright (c) 1997 The NetBSD Foundation, Inc.
5# All rights reserved. 5# All rights reserved.
6# 6#
7# This code is derived from software contributed to The NetBSD Foundation 7# This code is derived from software contributed to The NetBSD Foundation
8# by Christos Zoulas. 8# by Christos Zoulas.
9# 9#
10# Redistribution and use in source and binary forms, with or without 10# Redistribution and use in source and binary forms, with or without
11# modification, are permitted provided that the following conditions 11# modification, are permitted provided that the following conditions
12# are met: 12# are met:
13# 1. Redistributions of source code must retain the above copyright 13# 1. Redistributions of source code must retain the above copyright
14# notice, this list of conditions and the following disclaimer. 14# notice, this list of conditions and the following disclaimer.
@@ -153,29 +153,29 @@ define CI_CPUID offsetof(struct cpu_info @@ -153,29 +153,29 @@ define CI_CPUID offsetof(struct cpu_info
153define CI_WANT_AST offsetof(struct cpu_info, ci_want_ast) 153define CI_WANT_AST offsetof(struct cpu_info, ci_want_ast)
154define CI_WANT_RESCHED offsetof(struct cpu_info, ci_want_resched) 154define CI_WANT_RESCHED offsetof(struct cpu_info, ci_want_resched)
155define CI_EINTSTACK offsetof(struct cpu_info, ci_eintstack) 155define CI_EINTSTACK offsetof(struct cpu_info, ci_eintstack)
156define CI_IDLELWP offsetof(struct cpu_info, ci_data.cpu_idlelwp) 156define CI_IDLELWP offsetof(struct cpu_info, ci_data.cpu_idlelwp)
157define CI_NFAULT offsetof(struct cpu_info, ci_data.cpu_nfault) 157define CI_NFAULT offsetof(struct cpu_info, ci_data.cpu_nfault)
158define CI_NINTR offsetof(struct cpu_info, ci_data.cpu_nintr) 158define CI_NINTR offsetof(struct cpu_info, ci_data.cpu_nintr)
159define CI_CLOCKRATE offsetof(struct cpu_info, ci_cpu_clockrate) 159define CI_CLOCKRATE offsetof(struct cpu_info, ci_cpu_clockrate)
160define CI_IDEPTH offsetof(struct cpu_info, ci_idepth) 160define CI_IDEPTH offsetof(struct cpu_info, ci_idepth)
161define CI_INTRPENDING offsetof(struct cpu_info, ci_intrpending) 161define CI_INTRPENDING offsetof(struct cpu_info, ci_intrpending)
162define CI_TICK_IH offsetof(struct cpu_info, ci_tick_ih) 162define CI_TICK_IH offsetof(struct cpu_info, ci_tick_ih)
163define CI_CTXBUSY offsetof(struct cpu_info, ci_ctxbusy) 163define CI_CTXBUSY offsetof(struct cpu_info, ci_ctxbusy)
164define CI_TSB_DMMU offsetof(struct cpu_info, ci_tsb_dmmu) 164define CI_TSB_DMMU offsetof(struct cpu_info, ci_tsb_dmmu)
165define CI_TSB_IMMU offsetof(struct cpu_info, ci_tsb_immu) 165define CI_TSB_IMMU offsetof(struct cpu_info, ci_tsb_immu)
166#ifdef SUN4V 166ifdef SUN4V
167define CI_MMFSA offsetof(struct cpu_info, ci_mmfsa) 167define CI_MMFSA offsetof(struct cpu_info, ci_mmfsa)
168#endif 168endif
169ifdef MULTIPROCESSOR 169ifdef MULTIPROCESSOR
170define CI_IPIEVC offsetof(struct cpu_info, ci_ipi_evcnt[0].ev_count) 170define CI_IPIEVC offsetof(struct cpu_info, ci_ipi_evcnt[0].ev_count)
171endif 171endif
172 172
173# CPU boot arguments structure 173# CPU boot arguments structure
174define CBA_NODE offsetof(struct cpu_bootargs, cb_node) 174define CBA_NODE offsetof(struct cpu_bootargs, cb_node)
175define CBA_KTEXT offsetof(struct cpu_bootargs, cb_ktext) 175define CBA_KTEXT offsetof(struct cpu_bootargs, cb_ktext)
176define CBA_KTEXTP offsetof(struct cpu_bootargs, cb_ktextp) 176define CBA_KTEXTP offsetof(struct cpu_bootargs, cb_ktextp)
177define CBA_EKTEXT offsetof(struct cpu_bootargs, cb_ektext) 177define CBA_EKTEXT offsetof(struct cpu_bootargs, cb_ektext)
178define CBA_KDATA offsetof(struct cpu_bootargs, cb_kdata) 178define CBA_KDATA offsetof(struct cpu_bootargs, cb_kdata)
179define CBA_KDATAP offsetof(struct cpu_bootargs, cb_kdatap) 179define CBA_KDATAP offsetof(struct cpu_bootargs, cb_kdatap)
180define CBA_EKDATA offsetof(struct cpu_bootargs, cb_ekdata) 180define CBA_EKDATA offsetof(struct cpu_bootargs, cb_ekdata)
181define CBA_CPUINFO offsetof(struct cpu_bootargs, cb_cpuinfo) 181define CBA_CPUINFO offsetof(struct cpu_bootargs, cb_cpuinfo)