summaryrefslogtreecommitdiff
path: root/cpu/mpc85xx/mp.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-03-26 08:53:53 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-03-26 11:43:04 -0500
commitdd6c910aadf27c822f17b87eae1a9bd0b2e3aa15 (patch)
tree0c7243c172651c02b969d370d7364201d88a428e /cpu/mpc85xx/mp.h
parent79679d80021ab095e639e250ca472fe526da02e2 (diff)
85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
Provide a board_lmb_reserve helper function to ensure we reserve the page of memory we are using for the boot page translation code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc85xx/mp.h')
-rw-r--r--cpu/mpc85xx/mp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc85xx/mp.h b/cpu/mpc85xx/mp.h
index b762ee2d7..4329286f1 100644
--- a/cpu/mpc85xx/mp.h
+++ b/cpu/mpc85xx/mp.h
@@ -4,6 +4,7 @@
ulong get_spin_addr(void);
void setup_mp(void);
u32 get_my_id(void);
+void cpu_mp_lmb_reserve(struct lmb *lmb);
#define BOOT_ENTRY_ADDR_UPPER 0
#define BOOT_ENTRY_ADDR_LOWER 1