Re: [patch] use __u32 in asm-x86_64/msr.h

2007-01-29 Thread Dave Jones
On Mon, Jan 29, 2007 at 07:25:08PM -0500, Mike Frysinger wrote: > the checking_wrmsrl() macro in asm-x86_64/msr.h which is exported to > userspace > utilizes the u32 type instead of __u32 ... trivial attached patch fixes that Better would be to not export those macros to userspace at all, as

[patch] use __u32 in asm-x86_64/msr.h

2007-01-29 Thread Mike Frysinger
the checking_wrmsrl() macro in asm-x86_64/msr.h which is exported to userspace utilizes the u32 type instead of __u32 ... trivial attached patch fixes that -mike pgpmUxTVCW5jn.pgp Description: PGP signature Use __u32 rather than u32 in checking_wrmsrl() exported to userspace. Signed-off-by:

[patch] use __u32 in asm-x86_64/msr.h

2007-01-29 Thread Mike Frysinger
the checking_wrmsrl() macro in asm-x86_64/msr.h which is exported to userspace utilizes the u32 type instead of __u32 ... trivial attached patch fixes that -mike pgpmUxTVCW5jn.pgp Description: PGP signature Use __u32 rather than u32 in checking_wrmsrl() exported to userspace. Signed-off-by:

Re: [patch] use __u32 in asm-x86_64/msr.h

2007-01-29 Thread Dave Jones
On Mon, Jan 29, 2007 at 07:25:08PM -0500, Mike Frysinger wrote: the checking_wrmsrl() macro in asm-x86_64/msr.h which is exported to userspace utilizes the u32 type instead of __u32 ... trivial attached patch fixes that Better would be to not export those macros to userspace at all, as