From: Stefano Stabellini Date: Fri, 14 Sep 2012 11:13:12 +0000 (+0100) Subject: xen/arm: compile and run xenbus X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~30^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc635f90adfe1b7cd5fd354f49edfbf24aa4e3e;p=pandora-kernel.git xen/arm: compile and run xenbus bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not an error. If Linux is running as an HVM domain and is running as Dom0, use xenstored_local_init to initialize the xenstore page and event channel. Changes in v4: - do not xs_reset_watches on dom0. Changes in v2: - refactor xenbus_init. Signed-off-by: Stefano Stabellini [v5: Fixed case switch indentations] Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed