2004-10-13 Hollis Blanchard <hollis@penguinppc.org>
* include/grub/powerpc/ieee1275/ieee1275.h (abort): Add function prototype. * kern/powerpc/ieee1275/init.c (grub_machine_init): Call grub_console_init first. Change the memory range used for grub_ieee1275_claim and grub_mm_init_region. Print an error message if the claim fails. Include <grub/misc.h>.
This commit is contained in:
parent
d1923dc8f2
commit
3891222854
3 changed files with 33 additions and 6 deletions
|
@ -104,5 +104,7 @@ grub_err_t EXPORT_FUNC(grub_devalias_iterate)
|
|||
grub_err_t EXPORT_FUNC(grub_children_iterate) (char *devpath,
|
||||
int (*hook) (struct grub_ieee1275_devalias *alias));
|
||||
|
||||
void EXPORT_FUNC(abort) (void);
|
||||
|
||||
|
||||
#endif /* ! GRUB_IEEE1275_MACHINE_HEADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue