commit | 1d01951aae985073e81a4332a7ad29ceb9294db7 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Mar 11 21:21:47 2008 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Mar 11 21:21:47 2008 -0400 |
tree | 71e11674ed72f004c9cb9461ee234f7feabcdffe | |
parent | 7a558e4417c74a0d7f2896178636b1d020d3fae9 [diff] |
Don't pass in ebp/esp to irq handlers. The C code won't clobber these registers, so backing them up isn't needed. Removing them saves a few bytes on the stack.