Merge branch 'relocator' into mips

This commit is contained in:
phcoder 2009-10-11 23:00:58 +02:00
commit 1435b0bc86

View file

@ -72,7 +72,6 @@ PREFIX (boot) (void *relocator, grub_uint32_t dest,
if (UINT_TO_PTR (dest) >= relocator)
{
int overhead;
void *reldest = relocator - overhead;
overhead =
ALIGN_UP (dest - RELOCATOR_SIZEOF (backward) - RELOCATOR_ALIGN,
RELOCATOR_ALIGN);