Re: [PATCH 1/9] remove volatile keyword from clflush.

2007-12-06 Thread Jeremy Fitzhardinge
Glauber de Oliveira Costa wrote: > the p parameter is an explicit memory reference, and is > enough to prevent gcc to being nasty here. The volatile > seems completely not needed. > The usual reason for these types of "volatiles" is to make type checking happier, since "volatile void *" is comp

[PATCH 1/9] remove volatile keyword from clflush.

2007-12-05 Thread Glauber de Oliveira Costa
the p parameter is an explicit memory reference, and is enough to prevent gcc to being nasty here. The volatile seems completely not needed. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- include/asm-x86/system_32.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) di