commit | edeb1f1c52551fd18fdca8f55a430d1b14000d37 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Sep 23 14:01:39 2016 -0700 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Wed Sep 28 20:28:06 2016 +0000 |
tree | c3acca90e3bea6912cd511d485c1bc26894436c5 | |
parent | 9558d47fd3e1a8983fd66dd6676cbabd1e4a9171 [diff] |
x86: interrupts: optimize and simplify IRQ stubs Interrupt stubs now just push the ISR and parameter onto the stack and jump to the common interrupt code, never to return. Change-Id: I82543d8148b5c7dfe116c43f41791f852614bb28 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>