|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] Re: PATCH: enable ioports_deny_access for dom0.
On Tue, Aug 08, 2006 at 10:10:22AM +0200, Tristan Gingold wrote:
> Hi,
>
> this patch enables ioports_deny_access for dom0. It is now called if Xen use
> serial port.
>
> diff -r 2c06898a1e84 -r 96c7ebb42561 xen/drivers/char/ns16550.c
> --- a/xen/drivers/char/ns16550.c Mon Aug 07 09:08:45 2006 +0200
> +++ b/xen/drivers/char/ns16550.c Tue Aug 08 08:16:11 2006 +0200
> @@ -249,16 +249,12 @@ static void ns16550_init_postirq(struct
> }
> }
>
> -#ifdef CONFIG_X86
With powerpc now in tree, we're probably safer changing this to
#if defined(CONFIG_X86) || defined(CONFIG_IA64) rather than
removing it altogether. 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
|
|
|
|
|