X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fgfp.h;h=600f83c80aad1d13c3bd83e06207f3f8ea9c82d9;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=8980d1fd718188a1a6f06304bd5ef711dece114f;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 8980d1fd7..600f83c80 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -73,6 +73,11 @@ struct vm_area_struct; * For the normal case of non-DISCONTIGMEM systems the NODE_DATA() gets * optimized to &contig_page_data at compile-time. */ + +#ifndef HAVE_ARCH_FREE_PAGE +static inline void arch_free_page(struct page *page, int order) { } +#endif + extern struct page * FASTCALL(__alloc_pages(unsigned int, unsigned int, struct zonelist *));