diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-04-04 21:14:08 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-05-03 23:47:38 +0200 |
commit | ccfbc68d41c2db8f5e88128427fb5bfe3855ff9b (patch) | |
tree | 836e66257a79c236cfc6b3a1a6d1f6e377102c40 /arch/parisc/mm/Makefile | |
parent | 17d9822d4b4c1bfeb14971d9a2639698e7f5b1eb (diff) | |
download | linux-ccfbc68d41c2db8f5e88128427fb5bfe3855ff9b.tar.gz |
parisc: add set_fixmap()/clear_fixmap()
These functions will be used for adding code patching
functions later.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/mm/Makefile')
-rw-r--r-- | arch/parisc/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/mm/Makefile b/arch/parisc/mm/Makefile index 134393de69d2..20e39b043a60 100644 --- a/arch/parisc/mm/Makefile +++ b/arch/parisc/mm/Makefile @@ -2,5 +2,5 @@ # Makefile for arch/parisc/mm # -obj-y := init.o fault.o ioremap.o +obj-y := init.o fault.o ioremap.o fixmap.o obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |