summaryrefslogtreecommitdiffstats
path: root/arch/m32r
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-11-01 17:53:58 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-01 17:53:58 +0100
commit42c0202363194007a1ac377d047a95aa39246eb0 (patch)
tree305e145fe0ee60580a127a7b72ce0d7ad582258e /arch/m32r
parentMerge branch 'link_removal' of git://www.jni.nu/cris (diff)
downloadlinux-42c0202363194007a1ac377d047a95aa39246eb0.tar.xz
linux-42c0202363194007a1ac377d047a95aa39246eb0.zip
reserve_region_with_split: Fix GFP_KERNEL usage under spinlock
This one apparently doesn't generate any warnings, because the function is only used during system bootup, when the warnings are disabled. But it's still very wrong. The __reserve_region_with_split() function is called with the resource_lock held for writing, so it must only ever do GFP_ATOMIC allocations. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r')
0 files changed, 0 insertions, 0 deletions