Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31031
b: refs/heads/master
c: 092c195
h: refs/heads/master
i:
  31029: 66b0d2c
  31027: 30f0915
  31023: ef92152
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jun 28, 2006
1 parent efe0bbd commit 706f8f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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: 888e7bf166a0059480da137f3bd28dcd51175f3d
refs/heads/master: 092c1952e18fec06f3a951113fe1d87492d6e840
8 changes: 4 additions & 4 deletions trunk/arch/arm/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Makefile for the linux arm-specific parts of the memory manager.
#

obj-y := consistent.o extable.o fault-armv.o \
fault.o init.o iomap.o mmap.o \
mm-armv.o
obj-y := consistent.o extable.o fault.o init.o \
iomap.o

obj-$(CONFIG_MMU) += flush.o ioremap.o
obj-$(CONFIG_MMU) += fault-armv.o flush.o ioremap.o mmap.o \
mm-armv.o

ifneq ($(CONFIG_MMU),y)
obj-y += nommu.o
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-arm/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ struct map_desc {
#define MT_IXP2000_DEVICE 7
#define MT_NONSHARED_DEVICE 8

#ifdef CONFIG_MMU
extern void iotable_init(struct map_desc *, int);
#else
#define iotable_init(map,num) do { } while (0)
#endif

0 comments on commit 706f8f4

Please sign in to comment.