Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 07:14:41 GMT
From:      mihai@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r288798 - soc2015/mihai/bhyve-on-arm-head/sys/arm/arm
Message-ID:  <201507270714.t6R7Ef46064456@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mihai
Date: Mon Jul 27 07:14:40 2015
New Revision: 288798
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=288798

Log:
  soc2015: mihai: bhyve-arm: sys: arm: arm: locore-v6.S: fix comment typo

Modified:
  soc2015/mihai/bhyve-on-arm-head/sys/arm/arm/locore-v6.S

Modified: soc2015/mihai/bhyve-on-arm-head/sys/arm/arm/locore-v6.S
==============================================================================
--- soc2015/mihai/bhyve-on-arm-head/sys/arm/arm/locore-v6.S	Mon Jul 27 04:11:41 2015	(r288797)
+++ soc2015/mihai/bhyve-on-arm-head/sys/arm/arm/locore-v6.S	Mon Jul 27 07:14:40 2015	(r288798)
@@ -81,7 +81,7 @@
 	tst	r0, #(PSR_MODE)
 	bic	r0, r0, #(PSR_MODE)
 	orr	r0, r0, #(PSR_F | PSR_I | PSR_SVC32_MODE)
-	/* If we are not in HYP, we disable all interrupts and set SCVN mode */
+	/* If we are not in HYP, we disable all interrupts and set SVC mode */
 	bne	1f
 	/*
 	 * If we are in HYP mode set the LR from HYP-Mode to the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507270714.t6R7Ef46064456>