X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-alpha%2Ftlbflush.h;h=1ca3ed3bd6d38f1c2461e5d83980758affeac76e;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=736a4f61d48636bf413ffa9b76f9c501c5d3984d;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-alpha/tlbflush.h b/include/asm-alpha/tlbflush.h index 736a4f61d..1ca3ed3bd 100644 --- a/include/asm-alpha/tlbflush.h +++ b/include/asm-alpha/tlbflush.h @@ -1,8 +1,8 @@ #ifndef _ALPHA_TLBFLUSH_H #define _ALPHA_TLBFLUSH_H -#include #include +#include #ifndef __EXTERN_INLINE #define __EXTERN_INLINE extern inline @@ -86,7 +86,7 @@ flush_tlb(void) static inline void flush_tlb_other(struct mm_struct *mm) { - long *mmc = &mm->context[smp_processor_id()]; + unsigned long *mmc = &mm->context[smp_processor_id()]; /* Check it's not zero first to avoid cacheline ping pong when possible. */ if (*mmc) *mmc = 0;