X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-s390%2Fsystem.h;h=e0d4500d5f95c14478205c60269849a8d5852ace;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=c819ae25a8425ddfd72136dda4d674bf0f8b0ac1;hpb=7cece14acd063dd1c4e8933461d44ec6a5a5517b;p=linux-2.6 diff --git a/include/asm-s390/system.h b/include/asm-s390/system.h index c819ae25a8..e0d4500d5f 100644 --- a/include/asm-s390/system.h +++ b/include/asm-s390/system.h @@ -116,6 +116,12 @@ extern void pfault_fini(void); #define pfault_fini() do { } while (0) #endif /* CONFIG_PFAULT */ +#ifdef CONFIG_PAGE_STATES +extern void cmma_init(void); +#else +static inline void cmma_init(void) { } +#endif + #define finish_arch_switch(prev) do { \ set_fs(current->thread.mm_segment); \ account_vtime(prev); \