Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63639
b: refs/heads/master
c: 56c74c7
h: refs/heads/master
i:
  63637: 10caf6c
  63635: 9b5df7b
  63631: 3400d5b
v: v3
  • Loading branch information
Paul Mundt committed Aug 1, 2007
1 parent 7ff4a5e commit 4a24a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c71799433aa4d6378502f781a155321e77da73aa
refs/heads/master: 56c74c733cdd101832c4bbf9af8a009a9eaec784
4 changes: 3 additions & 1 deletion trunk/arch/sh/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ obj-$(CONFIG_CPU_SH2) += cache-sh2.o
obj-$(CONFIG_CPU_SH3) += cache-sh3.o
obj-$(CONFIG_CPU_SH4) += cache-sh4.o

mmu-y := fault-nommu.o tlb-nommu.o pg-nommu.o
mmu-y := tlb-nommu.o pg-nommu.o
mmu-$(CONFIG_CPU_SH3) += fault-nommu.o
mmu-$(CONFIG_CPU_SH4) += fault-nommu.o
mmu-$(CONFIG_MMU) := fault.o clear_page.o copy_page.o tlb-flush.o \
ioremap.o

Expand Down

0 comments on commit 4a24a59

Please sign in to comment.