aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-10-27 21:48:43 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-10-31 15:21:42 +0000
commitfd3d72859b5fab00aba2e7ce5ca65744f6720769 (patch)
tree6b5738546ea2c765c606bc0ac9fbf323e4c4edd2 /include/asm-arm
parent[ARM] pxa: shut up CLOCK_EVT_MODE_RESUME warning (diff)
downloadlinux-dev-fd3d72859b5fab00aba2e7ce5ca65744f6720769.tar.xz
linux-dev-fd3d72859b5fab00aba2e7ce5ca65744f6720769.zip
[ARM] nommu: fix breakage caused by f9720205d1f847cb59e197e851b5276425363f6b
Someone forgot to use 'ls include/asm-*/flat.h' or 'grep -r flat_get_addr_from_rp .' to find all architectures which may be affected by their change. Fix the fall out. Noticed-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/flat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-arm/flat.h b/include/asm-arm/flat.h
index 16f5375e57b8..9918aa46d9e5 100644
--- a/include/asm-arm/flat.h
+++ b/include/asm-arm/flat.h
@@ -11,8 +11,9 @@
#define flat_argvp_envp_on_stack() 1
#define flat_old_ram_flag(flags) (flags)
#define flat_reloc_valid(reloc, size) ((reloc) <= (size))
-#define flat_get_addr_from_rp(rp, relval, flags) get_unaligned(rp)
+#define flat_get_addr_from_rp(rp, relval, flags, persistent) get_unaligned(rp)
#define flat_put_addr_at_rp(rp, val, relval) put_unaligned(val,rp)
#define flat_get_relocate_addr(rel) (rel)
+#define flat_set_persistent(relval, p) 0
#endif /* __ARM_FLAT_H__ */