Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/include fix a typoe in previous.
details: https://anonhg.NetBSD.org/src/rev/5346c11e4961
branches: trunk
changeset: 574237:5346c11e4961
user: chs <chs%NetBSD.org@localhost>
date: Fri Feb 25 02:01:59 2005 +0000
description:
fix a typoe in previous.
diffstat:
sys/arch/i386/include/profile.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8e890dd99888 -r 5346c11e4961 sys/arch/i386/include/profile.h
--- a/sys/arch/i386/include/profile.h Thu Feb 24 20:59:24 2005 +0000
+++ b/sys/arch/i386/include/profile.h Fri Feb 25 02:01:59 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: profile.h,v 1.20 2005/02/21 01:17:29 chs Exp $ */
+/* $NetBSD: profile.h,v 1.21 2005/02/25 02:01:59 chs Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -86,7 +86,7 @@
#define MCOUNT_ENTER \
s = (int)read_psl(); \
disable_intr(); \
- MCOUNT_ENTR_MP
+ MCOUNT_ENTER_MP
#define MCOUNT_EXIT \
MCOUNT_EXIT_MP \
Home |
Main Index |
Thread Index |
Old Index