On Thu, Sep 10 2009, Martin Steigerwald wrote:
> 
> Hi Kurt, Jens, Michael,
> 
> Thanks, Kurt. Could you try the following diff.
> 
> Jens, feel free to apply upstream.
> 
> diff --git a/arch/arch-alpha.h b/arch/arch-alpha.h
> index ef14437..d69ebab 100644
> --- a/arch/arch-alpha.h
> +++ b/arch/arch-alpha.h
> @@ -20,6 +20,6 @@
> 
>  #define nop                    do { } while (0)
>  #define read_barrier()         __asm__ __volatile__("mb": : :"memory")
> -#define writer_barrier()       __asm__ __volatile__("wmb": : :"memory")
> +#define write_barrier()        __asm__ __volatile__("wmb": : :"memory")

Woops thanks, that's a silly typo. Applied!

-- 
Jens Axboe




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to