Re: [PATCH] [17/48] Suspend2 2.1.9.8 for 2.6.12:500-version-specific-i386.patch

From: YOSHIFUJI Hideaki / 吉藤英明
Date: Wed Jul 06 2005 - 00:28:20 EST


In article <11206164413380@xxxxxxxxxx> (at Wed, 6 Jul 2005 12:20:41 +1000), Nigel Cunningham <nigel@xxxxxxxxxxxx> says:

> #define local_flush_tlb() __flush_tlb()
> +#define local_flush_tlb_all() __flush_tlb_all();

You should remove ";".

> extern void flush_tlb_page(struct vm_area_struct *, unsigned long);
> +extern void do_flush_tlb_all(void * info);
> +
> +#define local_flush_tlb_all() \
> + do_flush_tlb_all(NULL);
>

ditto

--yoshfuji
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/