files.sh3 revision 1.48
11.48Schristos#	$NetBSD: files.sh3,v 1.48 2020/10/21 13:31:52 christos Exp $
21.1Sitojun#
31.26Sthorpej
41.26Sthorpejdefflag	opt_cputype.h		SH3 SH4
51.1Sitojun
61.22Suchdefparam	PCLOCK
71.43Suwe
81.22Suchdefflag	opt_kstack_debug.h	KSTACK_DEBUG
91.1Sitojun
101.40Suwedefflag opt_cache.h		CACHE_DEBUG
111.43Suwedefflag opt_cache.h		SH4_CACHE_DISABLE_DCACHE
121.40Suwedefflag opt_cache.h		SH4_CACHE_DISABLE_EMODE
131.40Suwedefflag opt_cache.h		SH4_CACHE_DISABLE_ICACHE
141.43Suwedefflag opt_cache.h		SH4_CACHE_WB_P1
151.40Suwedefflag opt_cache.h		SH4_CACHE_WB_U0_P0_P3
161.40Suwe
171.43Suwefile	arch/sh3/sh3/cache.c
181.43Suwefile	arch/sh3/sh3/cache_sh3.c		sh3
191.43Suwefile	arch/sh3/sh3/cache_sh4.c		sh4
201.43Suwefile	arch/sh3/sh3/clock.c
211.43Suwefile	arch/sh3/sh3/coff_exec.c		exec_coff
221.43Suwefile	arch/sh3/sh3/compat_16_machdep.c	compat_16
231.43Suwefile	arch/sh3/sh3/core_machdep.c		coredump
241.43Suwefile	arch/sh3/sh3/cpu_in_cksum.S		(inet | inet6) & cpu_in_cksum
251.43Suwefile	arch/sh3/sh3/db_disasm.c		ddb
261.43Suwefile	arch/sh3/sh3/db_interface.c		ddb | kgdb
271.43Suwefile	arch/sh3/sh3/db_memrw.c			ddb | kgdb
281.43Suwefile	arch/sh3/sh3/db_trace.c			ddb
291.43Suwefile	arch/sh3/sh3/devreg.c			sh3 & sh4
301.27Suchfile	arch/sh3/sh3/exception.c
311.19Suchfile	arch/sh3/sh3/exception_vector.S
321.43Suwefile	arch/sh3/sh3/interrupt.c
331.43Suwefile	arch/sh3/sh3/kgdb_machdep.c		kgdb
341.43Suwefile	arch/sh3/sh3/kobj_machdep.c		modular
351.43Suwefile	arch/sh3/sh3/lock_stubs.S
361.29Schristosfile	arch/sh3/sh3/locore_c.c
371.17Suchfile	arch/sh3/sh3/locore_subr.S
381.43Suwefile	arch/sh3/sh3/mmu.c
391.43Suwefile	arch/sh3/sh3/mmu_sh3.c			sh3
401.43Suwefile	arch/sh3/sh3/mmu_sh4.c			sh4
411.3Stsubaifile	arch/sh3/sh3/pmap.c
421.48Schristosfile	arch/sh3/sh3/process_machdep.c
431.43Suwefile	arch/sh3/sh3/procfs_machdep.c		procfs
441.4Stsubaifile	arch/sh3/sh3/sh3_machdep.c
451.1Sitojunfile	arch/sh3/sh3/sys_machdep.c
461.31Suwefile	arch/sh3/sh3/syscall.c
471.1Sitojunfile	arch/sh3/sh3/vm_machdep.c
481.43Suwe
491.1Sitojunfile	dev/cninit.c
501.1Sitojunfile	dev/cons.c
51