summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/mm/extable.c
Commit message (Collapse)AuthorAgeFilesLines
* unicore32: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-1/+1
| | | | | | | | | | This file was only including module.h for exception table related functions. We've now separated that content out into its own file "extable.h" so now move over to that and avoid all the extra header content in module.h that we don't really need to compile this file. Cc: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
* unicore32 core architecture: mm related: fault handlingGuanXuetao2011-03-171-0/+24
This patch implements fault handling of memory management. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de>