pc64: actually fix it, what was i THINKING
This commit is contained in:
parent
a40364218d
commit
2d83ae8fb2
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ reboot(void *entry, void *code, ulong size)
|
|||
/* shutdown devices */
|
||||
chandevshutdown();
|
||||
|
||||
rebootjump((uintptr)entry & -0x10000000, PADDR(code), size);
|
||||
rebootjump((uintptr)entry & (ulong)~0xF0000000UL, PADDR(code), size);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue