On 7/6/05, Nigel Cunningham <[EMAIL PROTECTED]> wrote:
> diff -ruNp 610-encryption.patch-old/kernel/power/suspend2_core/encryption.c 
> 610-encryption.patch-new/kernel/power/suspend2_core/encryption.c
> --- 610-encryption.patch-old/kernel/power/suspend2_core/encryption.c    
> 1970-01-01 10:00:00.000000000 +1000
> +++ 610-encryption.patch-new/kernel/power/suspend2_core/encryption.c    
> 2005-07-05 23:54:31.000000000 +1000
> +static inline void free_local_buffer(void)
> +{
> +       if (page_buffer)
> +               free_pages((unsigned long) page_buffer, 0);

Use free_page(), please.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to