Either are fine.
-Original Message-
From: Isaku Yamahata [mailto:[EMAIL PROTECTED]
Sent: 2008年3月19日 10:45
To: Dong, Eddie
Cc: Alex Williamson; xen-ia64-devel@lists.xensource.com
Subject: Re: simplify hw_irq.h
Hi Eddie.
Thank you for the patches.
ia64_vector is for iosapic redirect vect
Hi Eddie.
Thank you for the patches.
ia64_vector is for iosapic redirect vector which is 8bit width, isn't it?
So just unconditionally replacing u8 with u16 seems unreasonable.
How about the following?
#ifndef CONFIG_PARAVIRT
typedef u8 ia64_vector;
#else
typedef u16 ia64_vector;
#endif
On Tue,