summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-19 14:09:31 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-19 14:09:31 +0000
commit01a54966bebb1e8f65c5c0b4a3ed4a301d157804 (patch)
tree167125d49cef6e51c47b79e535d5a108d2850749 /MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
parentebd04fc2e526ddc76f17e05cb50798fbf448e52e (diff)
downloadedk2-platforms-01a54966bebb1e8f65c5c0b4a3ed4a301d157804.tar.xz
Remove tabs in source code in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9142 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Arm/DisableInterrupts.S')
-rw-r--r--MdePkg/Library/BaseLib/Arm/DisableInterrupts.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S b/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
index f9f4a49575..35bf9d2603 100644
--- a/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
+++ b/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
@@ -30,6 +30,6 @@
#
ASM_PFX(DisableInterrupts):
mrs R0,CPSR
- orr R0,R0,#0x80 @Disable IRQ interrupts
+ orr R0,R0,#0x80 @Disable IRQ interrupts
msr CPSR_c,R0
bx LR