summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm
diff options
context:
space:
mode:
authorLinus Torvalds2010-08-05 17:58:30 +0200
committerLinus Torvalds2010-08-05 17:58:30 +0200
commit673b864fd76a29031aa0b4b08fc80886d527b3b7 (patch)
treec9b3f01206e7d0dd5c801b504bfd7e82383470d6 /arch/sparc/mm
parentMerge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... (diff)
parentarch/sparc/mm: Use GFP_KERNEL (diff)
downloadkernel-qcow2-linux-673b864fd76a29031aa0b4b08fc80886d527b3b7.tar.gz
kernel-qcow2-linux-673b864fd76a29031aa0b4b08fc80886d527b3b7.tar.xz
kernel-qcow2-linux-673b864fd76a29031aa0b4b08fc80886d527b3b7.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6: arch/sparc/mm: Use GFP_KERNEL MAINTAINERS: Add trailing slash to SBUS path. sbus: autoconvert trivial BKL users to private mutex
Diffstat (limited to 'arch/sparc/mm')
-rw-r--r--arch/sparc/mm/iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/mm/iommu.c b/arch/sparc/mm/iommu.c
index b2e6e73888b5..0e8ae298b3c3 100644
--- a/arch/sparc/mm/iommu.c
+++ b/arch/sparc/mm/iommu.c
@@ -63,7 +63,7 @@ static void __init sbus_iommu_init(struct of_device *op)
unsigned long *bitmap;
unsigned long tmp;
- iommu = kmalloc(sizeof(struct iommu_struct), GFP_ATOMIC);
+ iommu = kmalloc(sizeof(struct iommu_struct), GFP_KERNEL);
if (!iommu) {
prom_printf("Unable to allocate iommu structure\n");
prom_halt();