Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 Whitespace self-police.
details: https://anonhg.NetBSD.org/src/rev/3c9ac731053c
branches: trunk
changeset: 445201:3c9ac731053c
user: cherry <cherry%NetBSD.org@localhost>
date: Thu Oct 18 04:11:14 2018 +0000
description:
Whitespace self-police.
diffstat:
sys/arch/i386/i386/cpufunc.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e23d9a182fad -r 3c9ac731053c sys/arch/i386/i386/cpufunc.S
--- a/sys/arch/i386/i386/cpufunc.S Wed Oct 17 23:36:58 2018 +0000
+++ b/sys/arch/i386/i386/cpufunc.S Thu Oct 18 04:11:14 2018 +0000
@@ -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 @@
END(x86_mfence)
#ifndef XEN
- ENTRY(lidt)
+ENTRY(lidt)
movl 4(%esp), %eax
lidt (%eax)
ret
Home |
Main Index |
Thread Index |
Old Index