kvm: Kill the bin2c helper
[linux-2.6/x86.git] / tools / kvm / bios / intfake-real.S
blob593ad8300665616d0bb0b0030b9626e1b96aadfb
1 /*
2  * BIOS fake interrupt stub, it does nothing
3  * and lockless
4  */
6 #include <kvm/bios.h>
7 #include <kvm/assembly.h>
9         .org 0
10         .code16gcc
12 ENTRY(___intfake)
13         IRET
14 GLOBAL(___intfake_end)