]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commit
Use correct upstream name for /dev/xen/evtchn.
authorIan Campbell <ian.campbell@citrix.com>
Mon, 15 Feb 2010 17:35:01 +0000 (17:35 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 15 Feb 2010 17:35:01 +0000 (17:35 +0000)
commit728397973deb07cf839039208b6580e0696c3319
tree4deb77534d08f1a7241af544cebe5af52e652aab
parent2d0e137e9e89dabb349e14a9cf5b15a9cf1c208b
Use correct upstream name for /dev/xen/evtchn.

This name has been upstream since forever and the typo here was leaving us with two device nodes.

If the device is not present then do not create it. The assumption that /dev/xen/ev{en,}tchn is minor 63 does not hold since the driver requests a dynamic minor.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
eventchn/eventchn_stubs.c