Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 include "assym.h" instead of pte.h



details:   https://anonhg.NetBSD.org/src/rev/640ccde696f9
branches:  trunk
changeset: 761555:640ccde696f9
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Feb 01 01:20:14 2011 +0000

description:
include "assym.h" instead of pte.h

diffstat:

 sys/arch/arm/arm32/cpuswitch.S |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r d4b5af053cbf -r 640ccde696f9 sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S    Tue Feb 01 01:15:51 2011 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S    Tue Feb 01 01:20:14 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuswitch.S,v 1.61 2011/01/14 02:06:23 rmind Exp $     */
+/*     $NetBSD: cpuswitch.S,v 1.62 2011/02/01 01:20:14 matt Exp $      */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -84,13 +84,12 @@
 #include "opt_lockdebug.h"
 
 #include "assym.h"
-#include <arm/arm32/pte.h>
 #include <machine/param.h>
 #include <machine/frame.h>
 #include <machine/asm.h>
 #include <machine/cpu.h>
 
-       RCSID("$NetBSD: cpuswitch.S,v 1.61 2011/01/14 02:06:23 rmind Exp $")
+       RCSID("$NetBSD: cpuswitch.S,v 1.62 2011/02/01 01:20:14 matt Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
        



Home | Main Index | Thread Index | Old Index