commit | 5fa78ca75d8e67063948a01b51594a0904af5710 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Wed Apr 09 13:18:05 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:19:58 2008 +0200 |
tree | c5ae1dbb74266fe3a321a0bf850a89f9043dc0d8 | |
parent | 8779f2fc3b84ebb6c5181fb13d702e9944c16069 [diff] |
x86: retry allocation if failed This patch puts in the code to retry allocation in case it fails. By its own, it does not make much sense but making the code look like x86_64. But later patches in this series will make we try to allocate from zones other than DMA first, which will possibly fail. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>