NetBSD/sys/arch/hpcarm/sa11x0
thorpej 32a0860797 Centralize ARM CPU configuration information by adding a new header
file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines
the following:
* CPU_NTYPES -- now many CPU types are configured into the kernel.  What
  you really want to know is "== 1" or "> 1".
* Defines ARM_ARCH_2, ARM_ARCH_3, ARM_ARCH_4, ARM_ARCH_5, depending
  on which ARM architecture versions are configured (based on CPU_*
  options).  Also defines ARM_NARCH to determins how many architecture
  versions are configured.
* Defines ARM_MMU_MEMC, ARM_MMU_GENERIC, ARM_MMU_XSCALE depending on
  which classes of ARM MMUs are configured into the kernel, and ARM_NMMUS
  to determine how many MMU classes are configured.

Remove the needless inclusion of "opt_cputypes.h" in several places.
Convert remaining users to <arm/cpuconf.h>.
2002-04-12 18:50:29 +00:00
..
sa11x0.c
sa11x0_com.c
sa11x0_comreg.h
sa11x0_comvar.h
sa11x0_dmacreg.h
sa11x0_gpioreg.h
sa11x0_io.c * Split pte_cache_mode into pte_l1_s_cache_mode, pte_l2_l_cache_mode, 2002-04-09 22:37:00 +00:00
sa11x0_io_asm.S
sa11x0_irq.S Centralize ARM CPU configuration information by adding a new header 2002-04-12 18:50:29 +00:00
sa11x0_irqhandler.c Centralize ARM CPU configuration information by adding a new header 2002-04-12 18:50:29 +00:00
sa11x0_mcpreg.h
sa11x0_ost.c
sa11x0_ostreg.h
sa11x0_ppcreg.h
sa11x0_reg.h
sa11x0_sspreg.h
sa11x0_var.h
sa11x1_pcic.c
sa11x1_pcicreg.h
sa11xx_pcic.c
sa11xx_pcicreg.h
sa11xx_pcicvar.h
sa1111.c
sa1111_reg.h
sa1111_var.h