From 1adddf863d9f5cbea1341b44005dcb4802d5277d Mon Sep 17 00:00:00 2001 From: Domen Puncer Date: Fri, 23 Jun 2006 11:59:50 +0200 Subject: [PATCH] --- yaml --- r: 31247 b: refs/heads/master c: c06138941c2b5331e752546cf4ef7f4a2735ec99 h: refs/heads/master i: 31245: 6d2dd062f7a4376ffbd5be09f648fe0a4879cab8 31243: c7e4c531decb0268a64c4fc53e7d6e91042ba953 31239: 9ad093ea50564a7af018ab865d8e8887a52e6c63 31231: 8958b5c693762287a3d1a2ae901b8fb32012736d v: v3 --- [refs] | 2 +- trunk/arch/mips/au1000/common/dbdma.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 58fa41d1d7a4..ebc81fb7b861 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 38e9156147e5b0defb71a3eb7e9eff74609c496a +refs/heads/master: c06138941c2b5331e752546cf4ef7f4a2735ec99 diff --git a/trunk/arch/mips/au1000/common/dbdma.c b/trunk/arch/mips/au1000/common/dbdma.c index 6ee090bd86c9..e8dd72cf860a 100644 --- a/trunk/arch/mips/au1000/common/dbdma.c +++ b/trunk/arch/mips/au1000/common/dbdma.c @@ -290,7 +290,7 @@ au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid, /* If kmalloc fails, it is caught below same * as a channel not available. */ - ctp = kmalloc(sizeof(chan_tab_t), GFP_KERNEL); + ctp = kmalloc(sizeof(chan_tab_t), GFP_ATOMIC); chan_tab_ptr[i] = ctp; break; }