commit | b2b135d980a7171c9b0eefbb38861ccbe9a47f97 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Wed Sep 21 11:18:53 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Sep 21 15:04:04 2016 +0200 |
tree | 21ec78ca322ced104ccc3066ba9b932b03a89015 | |
parent | 5c72e5a62e998ce374a27b0589328bb284a27c8c [diff] [blame] |
MIPS: Map CM Global Control Registers Map the Global Control Registers (GCRs) provided by the MIPS Coherence Manager (CM) in preparation for using some of them in later patches. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
diff --git a/arch/mips/cpu/Makefile b/arch/mips/cpu/Makefile index fc6b455..429fd3a 100644 --- a/arch/mips/cpu/Makefile +++ b/arch/mips/cpu/Makefile
@@ -7,3 +7,5 @@ obj-y += time.o obj-y += interrupts.o obj-y += cpu.o + +obj-$(CONFIG_MIPS_CM) += cm_init.o