#ifndef __ASM_CACHEFLUSH_H #define __ASM_CACHEFLUSH_H /* Keep includes the same across arches. */ #include <linux/mm.h> /* * The cache doesn't need to be flushed when TLB entries change when * the cache is mapped to physical memory, not virtual memory */ #define flush_cache_all() do { } while (0) #define flush_cache_mm(mm) do { } while (0) #define flush_cache_dup_mm(mm) do { } while (0) #define flush_cache_range(vma, start, end) do { } while (0) #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) #define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE 0 #define flush_dcache_page(page) do { } while (0) #define flush_dcache_mmap_lock(mapping) do { } while (0) #define flush_dcache_mmap_unlock(mapping) do { } while (0) #define flush_icache_range(start, end) do { } while (0) #define flush_icache_page(vma,pg) do { } while (0) #define flush_icache_user_range(vma,pg,adr,len) do { } while (0) #define flush_cache_vmap(start, end) do { } while (0) #define flush_cache_vunmap(start, end) do { } while (0) #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ do { \ memcpy(dst, src, len); \ flush_icache_user_range(vma, page, vaddr, len); \ } while (0) #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ memcpy(dst, src, len) #endif /* __ASM_CACHEFLUSH_H */ value='packet-loop-back'>packet-loop-back</option> <option value='packet-rx-pump-back'>packet-rx-pump-back</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table> <table class='tabs'><tr><td> <a href='/cgit.cgi/linux/net-next.git/?h=nds-private-remove'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>refs</a><a href='/cgit.cgi/linux/net-next.git/log/tools/lib/subcmd/parse-options.c?h=nds-private-remove'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/tools/lib/subcmd/parse-options.c?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>tree</a><a class='active' href='/cgit.cgi/linux/net-next.git/commit/tools/lib/subcmd/parse-options.c?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/tools/lib/subcmd/parse-options.c?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/tools/lib/subcmd/parse-options.c'> <input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='05e0be7c900797e9164976a6014d534ce3035909'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/commit/?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>root</a>/<a href='/cgit.cgi/linux/net-next.git/commit/tools?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>tools</a>/<a href='/cgit.cgi/linux/net-next.git/commit/tools/lib?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>lib</a>/<a href='/cgit.cgi/linux/net-next.git/commit/tools/lib/subcmd?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>subcmd</a>/<a href='/cgit.cgi/linux/net-next.git/commit/tools/lib/subcmd/parse-options.c?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>parse-options.c</a></div><div class='content'><div class='cgit-panel'><b>diff options</b><form method='get'><input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='05e0be7c900797e9164976a6014d534ce3035909'/><table><tr><td colspan='2'/></tr><tr><td class='label'>context:</td><td class='ctrl'><select name='context' onchange='this.form.submit();'><option value='1'>1</option><option value='2'>2</option><option value='3' selected='selected'>3</option><option value='4'>4</option><option value='5'>5</option><option value='6'>6</option><option value='7'>7</option><option value='8'>8</option><option value='9'>9</option><option value='10'>10</option><option value='15'>15</option><option value='20'>20</option><option value='25'>25</option><option value='30'>30</option><option value='35'>35</option><option value='40'>40</option></select></td></tr><tr><td class='label'>space:</td><td class='ctrl'><select name='ignorews' onchange='this.form.submit();'><option value='0' selected='selected'>include</option><option value='1'>ignore</option></select></td></tr><tr><td class='label'>mode:</td><td class='ctrl'><select name='dt' onchange='this.form.submit();'><option value='0' selected='selected'>unified</option><option value='1'>ssdiff</option><option value='2'>stat only</option></select></td></tr><tr><td/><td class='ctrl'><noscript><input type='submit' value='reload'/></noscript></td></tr></table></form></div><table summary='commit info' class='commit-info'> <tr><th>author</th><td>Christophe JAILLET <christophe.jaillet@wanadoo.fr></td><td class='right'>2017-01-31 00:47:30 -0800</td></tr> <tr><th>committer</th><td>Dmitry Torokhov <dmitry.torokhov@gmail.com></td><td class='right'>2017-01-31 00:51:06 -0800</td></tr> <tr><th>commit</th><td colspan='2' class='oid'><a href='/cgit.cgi/linux/net-next.git/commit/tools/lib/subcmd/parse-options.c?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>05e0be7c900797e9164976a6014d534ce3035909</a> (<a href='/cgit.cgi/linux/net-next.git/patch/tools/lib/subcmd/parse-options.c?id=05e0be7c900797e9164976a6014d534ce3035909'>patch</a>)</td></tr> <tr><th>tree</th><td colspan='2' class='oid'><a href='/cgit.cgi/linux/net-next.git/tree/?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>6064ddf732b21c686c958cb9da73f6eae6de5a27</a> /<a href='/cgit.cgi/linux/net-next.git/tree/tools/lib/subcmd/parse-options.c?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>tools/lib/subcmd/parse-options.c</a></td></tr> <tr><th>parent</th><td colspan='2' class='oid'><a href='/cgit.cgi/linux/net-next.git/commit/tools/lib/subcmd/parse-options.c?h=nds-private-remove&id=3f5c34c6d4688b3b7e1dbc7bbc68a2f03a0d6b0c'>3f5c34c6d4688b3b7e1dbc7bbc68a2f03a0d6b0c</a> (<a href='/cgit.cgi/linux/net-next.git/diff/tools/lib/subcmd/parse-options.c?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909&id2=3f5c34c6d4688b3b7e1dbc7bbc68a2f03a0d6b0c'>diff</a>)</td></tr></table> <div class='commit-subject'>Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wake</div><div class='commit-msg'>These tests are reversed. A warning should be displayed if an error is returned, not on success. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com></div><div class='diffstat-header'><a href='/cgit.cgi/linux/net-next.git/diff/?h=nds-private-remove&id=05e0be7c900797e9164976a6014d534ce3035909'>Diffstat</a> (limited to 'tools/lib/subcmd/parse-options.c')</div><table summary='diffstat' class='diffstat'>