aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/mm/extable.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-01-26unicore32: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-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>
2011-03-17unicore32 core architecture: mm related: fault handlingGuanXuetao1-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>