NetBSD/sys/arch/arm/arm32
bjh21 75248cc7a1 It appears that MI code requires ci_cpuid to be the CPU number of the CPU
in question, whereas the ARM code was using it to hold the model
identification.  To fix this, rename:

ci_cpuid -> ci_arm_cpuid
ci_cputype -> ci_arm_cputype (for consistency)
ci_cpurev -> ci_arm_cpurev (ditto)
ci_cpunum -> ci_cpuid

This makes top(1) give correct CPU numbers in its "STATE" column (all 0 for
now).
2002-10-13 12:24:57 +00:00
..
arm32_machdep.c Make nbuf, nswbuf, and bufpages unsigned. Make all operations on these 2002-08-25 20:21:33 +00:00
bcopy_page.S More local label fixups. 2002-08-17 16:36:31 +00:00
bus_dma.c Don't include <sys/map.h>. 2002-09-25 22:21:01 +00:00
conf.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
cpu.c It appears that MI code requires ci_cpuid to be the CPU number of the CPU 2002-10-13 12:24:57 +00:00
cpuswitch.S Move curpcb into struct cpu_info in MULTIPROCESSOR kernels. 2002-10-12 12:20:08 +00:00
db_interface.c * Add PTE_SYNC() and PTE_SYNC_RANGE() macros. These don't actually do 2002-08-22 01:13:53 +00:00
db_machdep.c Make some of the arm32 files build with LOOSE_PROTOTYPES not set in the makefile. Turned up a few mismatched functions. Note that this isn't all of the arm32 files. Aim will be to get arm32 kernels built with LOOSE_PROTOTYPES not set. 2002-01-05 22:41:46 +00:00
exception.S * Use local label names (.Lfoo vs. (Lfoo or foo)) 2002-08-15 01:37:01 +00:00
fault.c It appears that MI code requires ci_cpuid to be the CPU number of the CPU 2002-10-13 12:24:57 +00:00
fusu.S Move curpcb into struct cpu_info in MULTIPROCESSOR kernels. 2002-10-12 12:20:08 +00:00
genassym.cf Move curpcb into struct cpu_info in MULTIPROCESSOR kernels. 2002-10-12 12:20:08 +00:00
intr.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
locore.S More local label fixups. 2002-08-17 16:36:31 +00:00
mem.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
pmap.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
setcpsr.S * Use local label names (.Lfoo vs. (Lfoo or foo)) 2002-08-15 01:37:01 +00:00
setstack.S * Use local label names (.Lfoo vs. (Lfoo or foo)) 2002-08-15 01:37:01 +00:00
spl.S More local label fixups. 2002-08-17 16:36:31 +00:00
stubs.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
sys_machdep.c Rename the ARM sysarch calls from arm32* -> arm* 2002-03-30 06:23:39 +00:00
vm_machdep.c * Add PTE_SYNC() and PTE_SYNC_RANGE() macros. These don't actually do 2002-08-22 01:13:53 +00:00