]> xenbits.xensource.com Git - seabios.git/commit
Remove "noinline" declarations from keyboard/mouse driver code.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 28 May 2012 18:42:16 +0000 (14:42 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 31 May 2012 01:05:18 +0000 (21:05 -0400)
commitac7eb5eb54886f5372fc71c6ed266a08a49d8d05
treed6dc68cb56935605fd08c45fca7fad35c83cfc02
parentd488a7683d90bf8fae7ceb8c3ad9e95fbbd92079
Remove "noinline" declarations from keyboard/mouse driver code.

Now that the extra stack is used for keyboard and mouse driver code,
there is no reason to set noinline (which was done to try and conserve
stack space).

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/kbd.c
src/mouse.c
src/usb-hid.c
src/usb.c