|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [Patch] cleanup warning in xen/arch/ia64/linux-xen/
Le Samedi 10 Juin 2006 07:50, Akio Takebe a écrit :
> Hi,
>
> I remove a wrong cleanup in xen/arch/ia64/linux-xen/time.c
> itc_ratio.num and itc_ratio.den are defined u64
> in xen/include/asm-ia64/linux-xen/asm/pal.h.
> These are the below.
> typedef struct pal_freq_ratio {
> u64 den : 32, num : 32; /* numerator & denominator */
> } itc_ratio, proc_ratio;
Which version of gcc are you using ?
gcc 4.1.1 now reports a warning.
I'll check the C standard.
Tristan.
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|