socsvn commit: r288798 - soc2015/mihai/bhyve-on-arm-head/sys/arm/arm

mihai at FreeBSD.org mihai at FreeBSD.org
Mon Jul 27 07:14:42 UTC 2015


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


More information about the svn-soc-all mailing list