Revision: 14446
          http://sourceforge.net/p/edk2/code/14446
Author:   oliviermartin
Date:     2013-06-27 18:17:19 +0000 (Thu, 27 Jun 2013)
Log Message:
-----------
ArmPkg/ArmLib: Marked functions as 'STATIC' if not exposed outside of the scope 
of the source file

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ArmPkg/Library/ArmLib/ArmV7/ArmV7Mmu.c

Modified: trunk/edk2/ArmPkg/Library/ArmLib/ArmV7/ArmV7Mmu.c
===================================================================
--- trunk/edk2/ArmPkg/Library/ArmLib/ArmV7/ArmV7Mmu.c   2013-06-27 18:16:06 UTC 
(rev 14445)
+++ trunk/edk2/ArmPkg/Library/ArmLib/ArmV7/ArmV7Mmu.c   2013-06-27 18:17:19 UTC 
(rev 14446)
@@ -23,6 +23,7 @@
 #include "ArmV7Lib.h"
 #include "ArmLibPrivate.h"
 
+STATIC
 VOID
 PopulateLevel2PageTable (
   IN UINT32                         *SectionEntry,
@@ -120,6 +121,7 @@
 
 }
 
+STATIC
 VOID
 FillTranslationTable (
   IN  UINT32                        *TranslationTable,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to