]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Clean up some externs
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 19 Feb 2010 23:05:04 +0000 (23:05 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 19 Feb 2010 23:05:04 +0000 (23:05 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10028 6f19259b-4bc3-4df7-8a09-765794883524

ArmPkg/Library/ArmLib/ArmV7/ArmLibSupport.asm
ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm

index 55347262edc196941297464310eb0aa546bfb49a..765db9063c0d78daaf49cd7c30cc50055f25527f 100644 (file)
@@ -25,7 +25,8 @@
     EXPORT  CPSRMaskInsert
     EXPORT  CPSRRead
     EXPORT  ReadCCSIDR
     EXPORT  CPSRMaskInsert
     EXPORT  CPSRRead
     EXPORT  ReadCCSIDR
-
+    EXPORT  ReadCLIDR
+    
     AREA ArmLibSupport, CODE, READONLY
 
 Cp15IdCode
     AREA ArmLibSupport, CODE, READONLY
 
 Cp15IdCode
index 3ce5f2ecd8dca1a1dd7f6e437d8ec17e124215bd..d1cf8c1642aeed21cc32879d5f51b83f69dde982 100644 (file)
@@ -29,6 +29,7 @@
     EXPORT  ArmDisableInstructionCache
     EXPORT  ArmEnableBranchPrediction
     EXPORT  ArmDisableBranchPrediction
     EXPORT  ArmDisableInstructionCache
     EXPORT  ArmEnableBranchPrediction
     EXPORT  ArmDisableBranchPrediction
+    EXPORT  ArmV7AllDataCachesOperation
 
 DC_ON       EQU     ( 0x1:SHL:2 )
 IC_ON       EQU     ( 0x1:SHL:12 )
 
 DC_ON       EQU     ( 0x1:SHL:2 )
 IC_ON       EQU     ( 0x1:SHL:12 )