]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.c
ArmPkg/ArmLib: Added new functions to access ARM coprocessors
[mirror_edk2.git] / ArmPlatformPkg / Library / ArmTrustedMonitorLibNull / ArmTrustedMonitorLibNull.c
index b6eff6ee9d4fd72481393d1fe17c95b5e3c04892..6d3250e3a50f603a9221818d4a9f2aa4283afb12 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 *  Main file supporting the Monitor World on ARM PLatforms\r
 *\r
-*  Copyright (c) 2011, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
 *\r
 *  This program and the accompanying materials\r
 *  are licensed and made available under the terms and conditions of the BSD License\r
@@ -33,5 +33,5 @@ ArmSecureMonitorWorldInitialize (
   ASSERT (IS_ALIGNED(MonitorVectorTable, BIT5));\r
 \r
   // Write the Monitor Mode Vector Table Address\r
-  ArmWriteVMBar ((UINT32) &MonitorVectorTable);\r
+  ArmWriteMVBar ((UINT32) &MonitorVectorTable);\r
 }\r