All of lore.kernel.org
 help / color / mirror / Atom feed
* hvm_init_ap_contexts
@ 2007-03-01 16:42 PUCCETTI Armand
  2007-03-01 16:49 ` hvm_init_ap_contexts Petersson, Mats
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: PUCCETTI Armand @ 2007-03-01 16:42 UTC (permalink / raw)
  To: xen-devel

Why is there an argument returned in the function below (of hvm.h), 
knowing that there is void?

static inline void
hvm_init_ap_context(struct vcpu_guest_context *ctxt,
                   int vcpuid, int trampoline_vector)
{
   return hvm_funcs.init_ap_context(ctxt, vcpuid, trampoline_vector);
}

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-03-13 17:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-01 16:42 hvm_init_ap_contexts PUCCETTI Armand
2007-03-01 16:49 ` hvm_init_ap_contexts Petersson, Mats
2007-03-01 16:59 ` hvm_init_ap_contexts Keir Fraser
2007-03-01 17:25   ` hvm_init_ap_contexts Petersson, Mats
2007-03-12  6:56 ` question about the poll_timer tgh
2007-03-12  7:08   ` Atsushi SAKAI
2007-03-12  7:29     ` tgh
2007-03-13 17:00       ` Mark Williamson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.