]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/mpspec.h
x86: Generate a valid MultiProcessor (MP) table
[u-boot] / arch / x86 / include / asm / mpspec.h
index 849113a940a78b57d9018ec4a33b9ec3776f9486..efa9231f922f96041928060b7d90087871ff19e7 100644 (file)
@@ -431,4 +431,14 @@ void mp_write_compat_address_space(struct mp_config_table *mc, int busid,
  */
 u32 mptable_finalize(struct mp_config_table *mc);
 
+/**
+ * write_mp_table() - Write MP table
+ *
+ * This writes MP table at a given address.
+ *
+ * @addr:      start address to write MP table
+ * @return:    end address of MP table
+ */
+u32 write_mp_table(u32 addr);
+
 #endif /* __ASM_MPSPEC_H */