From owner-cvs-all Sun Oct 21 15:16:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 069EB37B401; Sun, 21 Oct 2001 15:16:49 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9LMGmw96670; Sun, 21 Oct 2001 15:16:48 -0700 (PDT) (envelope-from des) Message-Id: <200110212216.f9LMGmw96670@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 21 Oct 2001 15:16:48 -0700 (PDT) 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 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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