search for: lguest_state

Displaying 2 results from an estimated 2 matches for "lguest_state".

2007 Apr 18
0
[PATCH] lguest: Compile hypervisor.S into the lg module directly
...tries default_idt_entries: .text IRQ_STUBS 0 1 return_to_host /* First two traps */ @@ -159,5 +159,5 @@ default_idt_entries: IRQ_STUB 128 return_to_host /* System call (overridden) */ IRQ_STUBS 129 255 deliver_to_host /* Other real interrupts */ -/* Everything after this is used for the lguest_state structs. */ -ALIGN +.text +ENTRY(end_hyper_text)
2007 Apr 18
0
[PATCH] lguest: Compile hypervisor.S into the lg module directly
...tries default_idt_entries: .text IRQ_STUBS 0 1 return_to_host /* First two traps */ @@ -159,5 +159,5 @@ default_idt_entries: IRQ_STUB 128 return_to_host /* System call (overridden) */ IRQ_STUBS 129 255 deliver_to_host /* Other real interrupts */ -/* Everything after this is used for the lguest_state structs. */ -ALIGN +.text +ENTRY(end_hyper_text)