commit | 8f19ca1341a6d89bd96e2e69e6e10f46d3258089 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Wed Apr 09 13:18:06 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:19:58 2008 +0200 |
tree | 89ba0c6d2d87798bdfa2753e57f71507f4370caa | |
parent | 5fa78ca75d8e67063948a01b51594a0904af5710 [diff] |
x86: unify gfp masks Use the same gfp masks for x86_64 and i386. It involves using HIGHMEM or DMA32 where necessary, for the sake of code compatibility, (no real effect), and using the NORETRY mask for i386. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>