summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-19 18:51:10 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-19 18:51:10 +0000
commit98bc0c8c056271095ae2a3a9ab7f2c3ccd64117e (patch)
tree7aec4b8d6c212f1aad09a4282502330ccd580dc6 /ArmPkg/Drivers/CpuDxe/CpuDxe.inf
parent752d258a42349bf5895efced6c1be1dd5cdfae66 (diff)
downloadedk2-98bc0c8c056271095ae2a3a9ab7f2c3ccd64117e.tar.gz
edk2-98bc0c8c056271095ae2a3a9ab7f2c3ccd64117e.tar.bz2
edk2-98bc0c8c056271095ae2a3a9ab7f2c3ccd64117e.zip
Sync gcc with armasm. update some memory barriers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10025 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Drivers/CpuDxe/CpuDxe.inf')
-rw-r--r--ArmPkg/Drivers/CpuDxe/CpuDxe.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.inf b/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
index d88d488fad..add7ae5067 100644
--- a/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
+++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
@@ -32,13 +32,13 @@
# Prior to ARMv6 we have multiple stacks, one per mode
#
# ExceptionSupport.asm | RVCT
- ExceptionSupport.S | GCC
+# ExceptionSupport.S | GCC
#
# ARMv6 or later uses a single stack via srs/stm instructions
#
ExceptionSupport.ARMv6.asm | RVCT
-# ExceptionSupport.ARMv6.S | GCC
+ ExceptionSupport.ARMv6.S | GCC
Mmu.c