Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 fix a comment
details: https://anonhg.NetBSD.org/src/rev/b6301b282641
branches: trunk
changeset: 782409:b6301b282641
user: yamt <yamt%NetBSD.org@localhost>
date: Fri Nov 02 08:31:28 2012 +0000
description:
fix a comment
diffstat:
sys/arch/amd64/amd64/spl.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8ae0de59819e -r b6301b282641 sys/arch/amd64/amd64/spl.S
--- a/sys/arch/amd64/amd64/spl.S Fri Nov 02 06:28:39 2012 +0000
+++ b/sys/arch/amd64/amd64/spl.S Fri Nov 02 08:31:28 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spl.S,v 1.24 2011/03/18 15:18:16 joerg Exp $ */
+/* $NetBSD: spl.S,v 1.25 2012/11/02 08:31:28 yamt Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -186,7 +186,7 @@
/*
* void spllower(int s);
*
- * Must be the same size as i686_spllower(). This must use
+ * Must be the same size as cx8_spllower(). This must use
* pushf/cli/popf as it is used early in boot where interrupts
* are disabled via eflags/IE.
*/
Home |
Main Index |
Thread Index |
Old Index