Date: Mon, 7 Dec 2009 06:41:27 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/ia64/ia64 clock.c genassym.c interrupt.c machdep.c mp_machdep.c pmap.c src/sys/ia64/include kdb.h pcpu.h Message-ID: <200912070641.nB76fiQi054552@repoman.freebsd.org>
index | next in thread | raw e-mail
marcel 2009-12-07 06:41:27 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64 clock.c genassym.c interrupt.c machdep.c
mp_machdep.c pmap.c
sys/ia64/include kdb.h pcpu.h
Log:
SVN rev 200207 on 2009-12-07 06:41:27Z by marcel
Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_id
excluded, as it's used by MI code) and mode the sysctl variables from
pcpu_stats to pcpu_md.
Adjust all references accordingly.
While nearby, change the PCPU sysctl tree so that they match the CPU
device sysctl tree -- they are now children of a static node called
"machdep.cpu" and are named only with their cpu ID.
Revision Changes Path
1.35 +3 -3 src/sys/ia64/ia64/clock.c
1.46 +1 -1 src/sys/ia64/ia64/genassym.c
1.75 +15 -15 src/sys/ia64/ia64/interrupt.c
1.251 +27 -24 src/sys/ia64/ia64/machdep.c
1.77 +11 -11 src/sys/ia64/ia64/mp_machdep.c
1.209 +10 -10 src/sys/ia64/ia64/pmap.c
1.6 +1 -1 src/sys/ia64/include/kdb.h
1.25 +13 -10 src/sys/ia64/include/pcpu.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912070641.nB76fiQi054552>
