commit | b02d722d5c64c9ce34e8b456e12498fe56031d06 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Oct 16 21:52:08 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 18 21:54:04 2008 +0200 |
tree | 95c2eac7c96460257f163f358e146b6375be2180 | |
parent | 843b7a1434e951dd66989866ab5021a8b13f7bc5 [diff] |
Added arch_lmb_reserve to allow arch specific memory regions protection Each architecture has different ways of determine what regions of memory might not be valid to get overwritten when we boot. This provides a hook to allow them to reserve any regions they care about. Currently only ppc, m68k and sparc need/use this. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>