ArmPkg: remove ARMv6 support code
No platforms use the ARMv6 (ARM11) support code anymore. In fact, the only reference to it in ArmPkg.dsc was commented out by Andrew in SVN r11298 (2011-02-03) so it may well be broken. So remove it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18237 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
abiesheuvel
parent
4cac5c0526
commit
70119d2741
@@ -17,12 +17,6 @@
|
||||
|
||||
INCLUDE AsmMacroIoLib.inc
|
||||
|
||||
#ifdef ARM_CPU_ARMv6
|
||||
// No memory barriers for ARMv6
|
||||
#define isb
|
||||
#define dsb
|
||||
#endif
|
||||
|
||||
EXPORT ArmReadMidr
|
||||
EXPORT ArmCacheInfo
|
||||
EXPORT ArmGetInterruptState
|
||||
|
Reference in New Issue
Block a user