Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/m68k Remove extern struct pcb *curpcb declarat...



details:   https://anonhg.NetBSD.org/src/rev/c1c9a612b528
branches:  trunk
changeset: 750178:c1c9a612b528
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Dec 19 12:31:34 2009 +0000

description:
Remove extern struct pcb *curpcb declaration. Now it's in <m68k/pcb.h>.

diffstat:

 sys/arch/m68k/m68k/vm_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r aa1369af9dcc -r c1c9a612b528 sys/arch/m68k/m68k/vm_machdep.c
--- a/sys/arch/m68k/m68k/vm_machdep.c   Sat Dec 19 11:55:23 2009 +0000
+++ b/sys/arch/m68k/m68k/vm_machdep.c   Sat Dec 19 12:31:34 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.31 2009/11/29 04:15:43 rmind Exp $    */
+/*     $NetBSD: vm_machdep.c,v 1.32 2009/12/19 12:31:34 tsutsui Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.31 2009/11/29 04:15:43 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.32 2009/12/19 12:31:34 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -127,7 +127,6 @@
        struct pcb *pcb1, *pcb2;
        struct trapframe *tf;
        struct switchframe *sf;
-       extern struct pcb *curpcb;
        extern void lwp_trampoline(void);
 
        pcb1 = lwp_getpcb(l1);



Home | Main Index | Thread Index | Old Index