diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-08 21:07:58 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-08 21:07:58 +0000 |
commit | db5c4f9e1523964ff1dd4139513d84e58d3f1d80 (patch) | |
tree | d433111347881037d7586b03f54f6d3209d15dd7 /BeagleBoardPkg/InterruptDxe | |
parent | cc726b9ffd38771454660d5bd6b4f197707e40d7 (diff) | |
download | edk2-platforms-db5c4f9e1523964ff1dd4139513d84e58d3f1d80.tar.xz |
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')
-rw-r--r-- | BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c b/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c index 97361ffbc1..3e69515dfe 100644 --- a/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c +++ b/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c @@ -93,7 +93,6 @@ RegisterInterruptSource ( }
gRegisteredInterruptHandlers[Source] = Handler;
-
return This->EnableInterruptSource(This, Source);
}
|