Module Name:    src
Committed By:   yamt
Date:           Fri Nov  2 08:31:29 UTC 2012

Modified Files:
        src/sys/arch/amd64/amd64: spl.S

Log Message:
fix a comment


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amd64/amd64/spl.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/amd64/amd64/spl.S
diff -u src/sys/arch/amd64/amd64/spl.S:1.24 src/sys/arch/amd64/amd64/spl.S:1.25
--- src/sys/arch/amd64/amd64/spl.S:1.24	Fri Mar 18 15:18:16 2011
+++ src/sys/arch/amd64/amd64/spl.S	Fri Nov  2 08:31:28 2012
@@ -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 @@ ENTRY(splraise)
 /*
  * 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.
  */

Reply via email to