summaryrefslogtreecommitdiffstats
path: root/arch/csky/include/asm/tlb.h
Commit message (Collapse)AuthorAgeFilesLines
* csky: add missing brackets in a macro for tlb.hJason Gunthorpe2019-09-071-4/+4
| | | | | | | | | | | | | | | As an earlier patch made the macro argument more complicated, compilation now fails with: In file included from mm/madvise.c:30: mm/madvise.c: In function 'madvise_free_single_vma': arch/csky/include/asm/tlb.h:11:11: error: invalid type argument of '->' (have 'struct mmu_gather') Link: https://lore.kernel.org/r/20190901193601.GB5208@mellanox.com Fixes: 923bfc561e75 ("pagewalk: separate function pointers from iterator data") Reported-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
* csky: Cache and TLB routinesGuo Ren2018-10-251-0/+25
This patch adds cache and tlb sync codes for abiv1 & abiv2. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
OpenPOWER on IntegriCloud