Module Name: src
Committed By: cherry
Date: Thu Oct 18 04:11:14 UTC 2018
Modified Files:
src/sys/arch/i386/i386: cpufunc.S
Log Message:
Whitespace self-police.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/i386/i386/cpufunc.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/i386/i386/cpufunc.S
diff -u src/sys/arch/i386/i386/cpufunc.S:1.24 src/sys/arch/i386/i386/cpufunc.S:1.25
--- src/sys/arch/i386/i386/cpufunc.S:1.24 Sun Sep 23 15:28:48 2018
+++ src/sys/arch/i386/i386/cpufunc.S Thu Oct 18 04:11:14 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: cpufunc.S,v 1.24 2018/09/23 15:28:48 cherry Exp $ */
+/* $NetBSD: cpufunc.S,v 1.25 2018/10/18 04:11:14 cherry Exp $ */
/*-
* Copyright (c) 1998, 2007 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/errno.h>
#include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.24 2018/09/23 15:28:48 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.25 2018/10/18 04:11:14 cherry Exp $");
#include "opt_xen.h"
@@ -66,7 +66,7 @@ ENTRY(x86_mfence)
END(x86_mfence)
#ifndef XEN
- ENTRY(lidt)
+ENTRY(lidt)
movl 4(%esp), %eax
lidt (%eax)
ret