]> 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)
commitdf15266902eb8c83290fbf585a217529e3c95d9c
tree95f6ecf3e83e559b4ec9ec67bed8fdfbe2f60d21
parent0f9073db734a1422e02b55e3894c68aa6f0ea723
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