Module Name: src
Committed By: skrll
Date: Tue Feb 11 15:11:28 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: cpuswitch.S
Log Message:
G/C
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 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.97 src/sys/arch/arm/arm32/cpuswitch.S:1.98
--- src/sys/arch/arm/arm32/cpuswitch.S:1.97 Wed Jan 8 20:59:18 2020
+++ src/sys/arch/arm/arm32/cpuswitch.S Tue Feb 11 15:11:27 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuswitch.S,v 1.97 2020/01/08 20:59:18 skrll Exp $ */
+/* $NetBSD: cpuswitch.S,v 1.98 2020/02/11 15:11:27 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -78,7 +78,6 @@
*/
#include "opt_armfpe.h"
-#include "opt_arm32_pmap.h"
#include "opt_multiprocessor.h"
#include "opt_cpuoptions.h"
#include "opt_lockdebug.h"
@@ -87,7 +86,7 @@
#include <arm/asm.h>
#include <arm/locore.h>
- RCSID("$NetBSD: cpuswitch.S,v 1.97 2020/01/08 20:59:18 skrll Exp $")
+ RCSID("$NetBSD: cpuswitch.S,v 1.98 2020/02/11 15:11:27 skrll Exp $")
/* LINTSTUB: include <sys/param.h> */