Date: Sun, 21 Oct 2001 15:16:48 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/ia64/ia64 machdep.c src/sys/powerpc/powerpc machdep.c src/sys/sparc64/sparc64 machdep.c src/sys/alpha/include md_var.h reg.h src/sys/i386/include md_var.h reg.h src/sys/ia64/include ... Message-ID: <200110212216.f9LMGmw96670@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2001/10/21 15:16:48 PDT Modified files: sys/alpha/alpha machdep.c sys/ia64/ia64 machdep.c sys/powerpc/powerpc machdep.c sys/sparc64/sparc64 machdep.c sys/alpha/include md_var.h reg.h sys/i386/include md_var.h reg.h sys/ia64/include md_var.h reg.h sys/powerpc/include md_var.h reg.h sys/sparc64/include md_var.h reg.h Log: [partially forced commit due to pilot error in earlier commit attempt] {set,fill}_{,fp,db}regs() fixup: - Add dummy {set,fill}_dbregs() on architectures that don't have them. - KSEfy the powerpc versions (struct proc -> struct thread). - Some architectures had the prototypes in md_var.h, some in reg.h, and some in both; for consistency, move them to reg.h on all platforms. These functions aren't really MD (the implementation is MD, but the interface is MI), so they should move to an MI header, but I haven't figured out which one yet. Run-tested on i386, build-tested on Alpha, untested on other platforms. Revision Changes Path 1.150 +0 -0 src/sys/alpha/alpha/machdep.c 1.18 +1 -5 src/sys/alpha/include/md_var.h 1.10 +11 -1 src/sys/alpha/include/reg.h 1.44 +1 -4 src/sys/i386/include/md_var.h 1.25 +7 -4 src/sys/i386/include/reg.h 1.60 +0 -0 src/sys/ia64/ia64/machdep.c 1.7 +1 -5 src/sys/ia64/include/md_var.h 1.5 +11 -1 src/sys/ia64/include/reg.h 1.19 +1 -5 src/sys/powerpc/include/md_var.h 1.3 +13 -2 src/sys/powerpc/include/reg.h 1.13 +18 -5 src/sys/powerpc/powerpc/machdep.c 1.8 +0 -2 src/sys/sparc64/include/md_var.h 1.7 +8 -4 src/sys/sparc64/include/reg.h 1.20 +14 -0 src/sys/sparc64/sparc64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110212216.f9LMGmw96670>