Vineet Gupta 7bb66f6e6e ARC: lazy dcache flush broke gdb in non-aliasing configs
gdbserver inserting a breakpoint ends up calling copy_user_page() for a
code page. The generic version of which (non-aliasing config) didn't set
the PG_arch_1 bit hence update_mmu_cache() didn't sync dcache/icache for
corresponding dynamic loader code page - causing garbade to be executed.

So now aliasing versions of copy_user_highpage()/clear_page() are made
default. There is no significant overhead since all of special alias
handling code is compiled out for non-aliasing build

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
2013-05-25 14:15:55 +05:30
..
2013-01-28 12:34:21 +05:30
2013-02-11 20:00:30 +05:30
2013-02-11 20:00:30 +05:30
2013-02-11 20:00:30 +05:30
2013-02-11 20:00:34 +05:30
2013-02-11 20:00:30 +05:30
2013-02-11 20:00:39 +05:30
2013-02-15 23:15:54 +05:30
2013-02-15 23:16:00 +05:30
2013-02-15 23:16:11 +05:30
2013-03-11 19:01:09 +05:30
2013-02-15 23:16:05 +05:30
2013-02-26 14:25:18 +05:30
2013-02-15 23:16:02 +05:30
2013-02-15 23:15:51 +05:30
2013-02-15 23:16:02 +05:30
2013-02-15 23:15:51 +05:30
2013-02-15 23:16:02 +05:30
2013-02-15 23:15:55 +05:30
2013-02-11 20:00:31 +05:30
2013-02-11 20:00:35 +05:30
2013-02-11 20:00:39 +05:30
2013-02-15 23:15:52 +05:30
2013-02-15 23:15:53 +05:30
2013-02-15 23:16:06 +05:30