Date: Fri, 24 Nov 2006 05:27:49 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sun4v/include hv_api.h pmap.h sun4v_cpufunc.h src/sys/sun4v/mdesc mdesc_init.c src/sys/sun4v/sun4v hcall.S hv_pci.c hvcons.c hviommu.c intr_machdep.c machdep.c mp_machdep.c nexus.c pmap.c rtc.c simdisk.c trap.c tsb.c vnex.c Message-ID: <200611240527.kAO5RnJE032396@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2006-11-24 05:27:49 UTC
FreeBSD src repository
Modified files:
sys/sun4v/include hv_api.h pmap.h sun4v_cpufunc.h
sys/sun4v/mdesc mdesc_init.c
sys/sun4v/sun4v hcall.S hv_pci.c hvcons.c hviommu.c
intr_machdep.c machdep.c mp_machdep.c
nexus.c pmap.c rtc.c simdisk.c trap.c
tsb.c vnex.c
Log:
- Comment most of the remaining hypercalls in hcall.S
- implement hypercalls returning a single value
- start fixing the fallout of the recent changes needed to get
the kernel compiling again
Revision Changes Path
1.2 +42 -10 src/sys/sun4v/include/hv_api.h
1.7 +2 -2 src/sys/sun4v/include/pmap.h
1.2 +1 -1 src/sys/sun4v/include/sun4v_cpufunc.h
1.2 +2 -1 src/sys/sun4v/mdesc/mdesc_init.c
1.11 +308 -30 src/sys/sun4v/sun4v/hcall.S
1.2 +4 -13 src/sys/sun4v/sun4v/hv_pci.c
1.5 +9 -8 src/sys/sun4v/sun4v/hvcons.c
1.2 +6 -6 src/sys/sun4v/sun4v/hviommu.c
1.3 +5 -3 src/sys/sun4v/sun4v/intr_machdep.c
1.5 +1 -1 src/sys/sun4v/sun4v/machdep.c
1.2 +2 -1 src/sys/sun4v/sun4v/mp_machdep.c
1.2 +7 -4 src/sys/sun4v/sun4v/nexus.c
1.14 +18 -17 src/sys/sun4v/sun4v/pmap.c
1.3 +1 -1 src/sys/sun4v/sun4v/rtc.c
1.2 +1 -1 src/sys/sun4v/sun4v/simdisk.c
1.5 +1 -1 src/sys/sun4v/sun4v/trap.c
1.5 +28 -28 src/sys/sun4v/sun4v/tsb.c
1.3 +6 -4 src/sys/sun4v/sun4v/vnex.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611240527.kAO5RnJE032396>
