]> git.baikalelectronics.ru Git - kernel.git/commit
Resource handling: add 'insert_resource_expand_to_fit()' function
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Aug 2008 03:18:31 +0000 (20:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Aug 2008 03:25:20 +0000 (20:25 -0700)
commit88024760a1f3bcf63f18a302a1a91f8bdf1d7257
treeb678fa44657d63cb30a29ba0b73a442537f7826c
parent39ab412d28f291e0b5bb7eb4a3ed320bd2f46b5f
Resource handling: add 'insert_resource_expand_to_fit()' function

Not used anywhere yet, but this complements the existing plain
'insert_resource()' functionality with a version that can expand the
resource we are adding in order to fix up any conflicts it has with
existing resources.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/ioport.h
kernel/resource.c