On Tue, 2010-11-30 at 20:29 +0100, Eric Dumazet wrote: > > well maybe a single prototype ;) > > static inline void kmap_atomic_idx_pop(void) > { > #ifdef CONFIG_DEBUG_HIGHMEM > int idx = __this_cpu_dec_return(__kmap_atomic_idx); > BUG_ON(idx < 0); > #else > __this_cpu_dec(__kmap_atomic_idx); > #endif > } Right, at least a consistent prototype, the above looks fine to me. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom policy in Canada: sign http://dissolvethecrtc.ca/ Don't email: <a href