All of lore.kernel.org
 help / color / mirror / Atom feed
* My turn to rant about types... bitops
@ 2005-10-05 16:52 Jimi Xenidis
  2005-10-05 18:17 ` Keir Fraser
  0 siblings, 1 reply; 8+ messages in thread
From: Jimi Xenidis @ 2005-10-05 16:52 UTC (permalink / raw)
  To: xen-devel; +Cc: rusty

I think around linux-2.4.19 (and thanks to rusty?) bitops.h went s/ 
void */unsigned long */, any chance is Xen following suit?
The next request would be to change all arrays destined for bitops to  
be defined using unsigned long.
specifically:
     struct shared_info {
         [....]
         u32 evtchn_pending[32];
         u32 evtchn_mask[32];
     };

-JX

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

end of thread, other threads:[~2005-10-10 11:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-05 16:52 My turn to rant about types... bitops Jimi Xenidis
2005-10-05 18:17 ` Keir Fraser
2005-10-06 11:32   ` Jimi Xenidis
2005-10-06 13:39     ` Andi Kleen
2005-10-06 15:10       ` Jimi Xenidis
2005-10-06 15:19         ` Andi Kleen
     [not found]   ` <7D88E873-B404-4E28-BE87-D474F67CAA82@watson.ibm.com>
2005-10-06 12:49     ` Keir Fraser
2005-10-10 11:44   ` Rusty Russell

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.