]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/setup.h
paravirt: add a hook for once the allocator is ready
[linux-2.6-omap-h63xx.git] / include / asm-i386 / setup.h
index 0d5bff9dc4a5e2133ef7d29bf7287e9381368ae3..7862fe858a9ef8e5e92e15e36cc2fcdf31c200d6 100644 (file)
@@ -81,6 +81,10 @@ void __init add_memory_region(unsigned long long start,
 
 extern unsigned long init_pg_tables_end;
 
+#ifndef CONFIG_PARAVIRT
+#define paravirt_post_allocator_init() do {} while (0)
+#endif
+
 #endif /* __ASSEMBLY__ */
 
 #endif  /*  __KERNEL__  */