]> xenbits.xensource.com Git - seabios.git/commit
Define unified entry points for irq handlers.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 17 May 2009 03:31:27 +0000 (23:31 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 17 May 2009 03:31:27 +0000 (23:31 -0400)
commit9f193b9883da62105238c9b5e199e28508748f09
tree9dfc0345e1d4a3a63ef4db5d68162ee17842fdd3
parentf61afb897f40a6bdd8e15585e478881127ef87bf
Define unified entry points for irq handlers.

The irq entry points now push the handler address and jump to a
    function that does parameter setup.  This reduces the code size
    because the entry setup isn't repeated for every handler.
src/entryfuncs.S
src/post.c
src/romlayout.S
vgasrc/vgaentry.S