Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/m68k/include Adjust for function merge and move.



details:   https://anonhg.NetBSD.org/src/rev/78fada1ea615
branches:  trunk
changeset: 772189:78fada1ea615
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Dec 22 15:50:37 2011 +0000

description:
Adjust for function merge and move.

diffstat:

 sys/arch/m68k/include/m68k.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 908291941c04 -r 78fada1ea615 sys/arch/m68k/include/m68k.h
--- a/sys/arch/m68k/include/m68k.h      Thu Dec 22 15:47:15 2011 +0000
+++ b/sys/arch/m68k/include/m68k.h      Thu Dec 22 15:50:37 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: m68k.h,v 1.20 2011/11/15 12:23:22 tsutsui Exp $        */
+/*     $NetBSD: m68k.h,v 1.21 2011/12/22 15:50:37 tsutsui Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -103,14 +103,14 @@
 void   copypage(void *fromaddr, void *toaddr);
 void   zeropage(void *addr);
 
-/* locore.s (XXX: move to support.s?) */
+/* support.s */
 int    getdfc(void);
 int    getsfc(void);
-void   m68881_save(struct fpframe *);
-void   m68881_restore(struct fpframe *); 
 
 /* switch_subr.s */
 void   lwp_trampoline(void);
+void   m68881_save(struct fpframe *);
+void   m68881_restore(struct fpframe *); 
 void   savectx(struct pcb *);
 void   setfunc_trampoline(void);
 



Home | Main Index | Thread Index | Old Index