2008-07-04 Pavel Roskin <proski@gnu.org>

* kern/ieee1275/init.c: Cast _start and _end to grub_addr_t to
	prevent warnings.
This commit is contained in:
proski 2008-07-04 03:01:55 +00:00
parent 1759aa57d4
commit af58ab3dbc
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2008-07-04 Pavel Roskin <proski@gnu.org>
* kern/ieee1275/init.c: Cast _start and _end to grub_addr_t to
prevent warnings.
* include/grub/misc.h (ALIGN_UP): Avoid unnecessary cast to a
pointer, which can cause warnings. Support 64-bit addresses.