Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77784
b: refs/heads/master
c: efddb4c
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 79f0927 commit d5aebdd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 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: d088f323574ea932a9bfc65302120e1526131887
refs/heads/master: efddb4c882a64b7ca44b2a089d20020b30a2c6dd
2 changes: 1 addition & 1 deletion trunk/arch/sh/mm/Makefile_32
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ obj-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o
endif

mmu-y := tlb-nommu.o pg-nommu.o
mmu-$(CONFIG_MMU) := fault_32.o clear_page.o copy_page.o tlb-flush_32.o \
mmu-$(CONFIG_MMU) := fault_32.o clear_page.o copy_page.o tlbflush_32.o \
ioremap_32.o

obj-y += $(mmu-y)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/mm/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
obj-y := init.o extable_64.o consistent.o

mmu-y := tlb-nommu.o pg-nommu.o
mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlb-flush_64.o tlb-sh5.o
mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlbflush_64.o tlb-sh5.o

ifndef CONFIG_CACHE_OFF
obj-y += cache-sh5.o
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d5aebdd

Please sign in to comment.