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 update a comment
details: https://anonhg.NetBSD.org/src/rev/5b017f5fbb19
branches: trunk
changeset: 779746:5b017f5fbb19
user: yamt <yamt%NetBSD.org@localhost>
date: Fri Jun 15 14:09:26 2012 +0000
description:
update a comment
diffstat:
sys/arch/i386/i386/spl.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8771528a7544 -r 5b017f5fbb19 sys/arch/i386/i386/spl.S
--- a/sys/arch/i386/i386/spl.S Fri Jun 15 14:07:44 2012 +0000
+++ b/sys/arch/i386/i386/spl.S Fri Jun 15 14:09:26 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spl.S,v 1.36 2011/03/18 15:18:16 joerg Exp $ */
+/* $NetBSD: spl.S,v 1.37 2012/06/15 14:09:26 yamt Exp $ */
/*
* Copyright (c) 1998, 2007, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: spl.S,v 1.36 2011/03/18 15:18:16 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: spl.S,v 1.37 2012/06/15 14:09:26 yamt Exp $");
#include "opt_vm86.h"
#include "opt_ddb.h"
@@ -73,7 +73,7 @@
* void spllower(int s);
*
* spllower() for i486 and Pentium. Must be the same size as
- * i686_spllower(). This must use pushf/cli/popf as it is used
+ * cx8_spllower(). This must use pushf/cli/popf as it is used
* early in boot where interrupts are disabled via eflags/IE.
*/
ENTRY(spllower)
Home |
Main Index |
Thread Index |
Old Index