Module Name:    src
Committed By:   matt
Date:           Tue Feb  1 01:20:14 UTC 2011

Modified Files:
        src/sys/arch/arm/arm32: cpuswitch.S

Log Message:
include "assym.h" instead of pte.h


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/arm/arm32/cpuswitch.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/arm32/cpuswitch.S
diff -u src/sys/arch/arm/arm32/cpuswitch.S:1.61 src/sys/arch/arm/arm32/cpuswitch.S:1.62
--- src/sys/arch/arm/arm32/cpuswitch.S:1.61	Fri Jan 14 02:06:23 2011
+++ src/sys/arch/arm/arm32/cpuswitch.S	Tue Feb  1 01:20:14 2011
@@ -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> */
 	

Reply via email to