From: Alexander Gordeev Date: Tue, 25 Jan 2011 23:07:19 +0000 (-0800) Subject: pps: claim parallel port exclusively X-Git-Tag: v2.6.38-rc3~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f542e3dd90a96ee0f8fcb8173cb4104f5f753e6;p=pandora-kernel.git pps: claim parallel port exclusively Both pps_parport and pps_gen_parport are written in a way that they can't share a port with any other driver. This can result in locking up the process that loads modules or even the whole kernel if the modules are compiled in. Use PARPORT_FLAG_EXCL to indicate this. Signed-off-by: Alexander Gordeev Cc: Alexander Gordeev Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed