Module Name:    src
Committed By:   skrll
Date:           Thu Mar 11 21:37:52 UTC 2010

Modified Files:
        src/sys/arch/hppa/hppa: trap.S

Log Message:
Comment style.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/hppa/hppa/trap.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/hppa/hppa/trap.S
diff -u src/sys/arch/hppa/hppa/trap.S:1.45 src/sys/arch/hppa/hppa/trap.S:1.46
--- src/sys/arch/hppa/hppa/trap.S:1.45	Thu Mar 11 13:26:20 2010
+++ src/sys/arch/hppa/hppa/trap.S	Thu Mar 11 21:37:52 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: trap.S,v 1.45 2010/03/11 13:26:20 skrll Exp $	*/
+/*	$NetBSD: trap.S,v 1.46 2010/03/11 21:37:52 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -1936,9 +1936,7 @@
 	stw	%t1, TF_SR3(%t3)
 	stw	%t2, TF_CR8(%t3)
 
-	/*
-	 * Setup kernel context
-	 */
+	/* Setup kernel context */
 
 	ldi	HPPA_PID_KERNEL,%t1
 	mtctl	%t1, %pidr1

Reply via email to