summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/md_var.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-10-21 22:16:48 +0000
committerdes <des@FreeBSD.org>2001-10-21 22:16:48 +0000
commit68ea04e86493611196c5c3e77f3479fb9eb464c5 (patch)
treed90558a2f0e0f8b1f7dd8cd8feb4961cf92408f6 /sys/sparc64/include/md_var.h
parent8cf224f4f00fc7f6d522b77fda68395daa503391 (diff)
downloadFreeBSD-src-68ea04e86493611196c5c3e77f3479fb9eb464c5.zip
FreeBSD-src-68ea04e86493611196c5c3e77f3479fb9eb464c5.tar.gz
[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.
Diffstat (limited to 'sys/sparc64/include/md_var.h')
-rw-r--r--sys/sparc64/include/md_var.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/include/md_var.h b/sys/sparc64/include/md_var.h
index 418e4b3..dcbdc5b 100644
--- a/sys/sparc64/include/md_var.h
+++ b/sys/sparc64/include/md_var.h
@@ -45,8 +45,6 @@ struct reg;
void cpu_halt(void);
void cpu_identify(u_int clock);
void cpu_reset(void);
-int fill_fpregs(struct thread *td, struct fpreg *fpregs);
-int fill_regs(struct thread *td, struct reg *regs);
int is_physical_memory(vm_offset_t addr);
void swi_vm(void *v);
OpenPOWER on IntegriCloud