|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [patch 3/3] Set alternate location for /proc/iomem
On Wed, 2007-09-12 at 18:17 +0900, Simon Horman wrote:
> +const char *proc_iomem(int machine)
> +{
> + if (machine && xen_present())
> + return proc_iomem_machine_str;
> + return proc_iomem_str;
> +}
Just curious, what does xen_present() check to test for xen? Thanks,
Alex
--
Alex Williamson HP Open Source & Linux Org.
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|