diff options
author | 2005-08-28 21:42:10 -0500 | |
---|---|---|
committer | 2005-08-30 13:32:08 +1000 | |
commit | 7fea82ab1a74030f79a2adfac1af3d93b8638fc3 (patch) | |
tree | 9bf8a09179f60ddddbebceb4df34445eff12de16 /lib/dec_and_lock.c | |
parent | [PATCH] Move all the very similar files to asm-powerpc (diff) | |
download | wireguard-linux-7fea82ab1a74030f79a2adfac1af3d93b8638fc3.tar.xz wireguard-linux-7fea82ab1a74030f79a2adfac1af3d93b8638fc3.zip |
[PATCH] PPC64: Don't try to claim memory from OF at 1GB mark
Some RS64-based machines (p620, F80, others) have problems with firmware
returning 0xdeadbeef instead of failure to allocations that end at the
1GB mark.
We have two options:
1. Detect the undocumented 0xdeadbeef return value and interpret it as
a failure.
2. Avoid allocating that high.
(2) is really the cleaner solution here. 768MB is plenty of room so use
that as the max alloc_top instead of 1GB.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'lib/dec_and_lock.c')
0 files changed, 0 insertions, 0 deletions