]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: unify gfp masks
authorGlauber Costa <gcosta@redhat.com>
Wed, 9 Apr 2008 16:18:06 +0000 (13:18 -0300)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:19:58 +0000 (19:19 +0200)
commit8f19ca1341a6d89bd96e2e69e6e10f46d3258089
tree89ba0c6d2d87798bdfa2753e57f71507f4370caa
parent5fa78ca75d8e67063948a01b51594a0904af5710
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>
arch/x86/kernel/pci-dma_32.c
arch/x86/kernel/pci-dma_64.c