summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-08 21:07:58 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-08 21:07:58 +0000
commitdb5c4f9e1523964ff1dd4139513d84e58d3f1d80 (patch)
treed433111347881037d7586b03f54f6d3209d15dd7 /BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c
parentcc726b9ffd38771454660d5bd6b4f197707e40d7 (diff)
downloadedk2-db5c4f9e1523964ff1dd4139513d84e58d3f1d80.zip
edk2-db5c4f9e1523964ff1dd4139513d84e58d3f1d80.tar.gz
edk2-db5c4f9e1523964ff1dd4139513d84e58d3f1d80.tar.bz2
Update to support a single stack. GCC update will follow.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9695 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c')
-rw-r--r--BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c b/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c
index 97361ff..3e69515 100644
--- a/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c
+++ b/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c
@@ -93,7 +93,6 @@ RegisterInterruptSource (
}
gRegisteredInterruptHandlers[Source] = Handler;
-
return This->EnableInterruptSource(This, Source);
}