Re: [Xen-devel] Re: [PATCH] xen: fix p2m section mismatches

2011-03-25 Thread Konrad Rzeszutek Wilk
On Thu, Mar 24, 2011 at 02:48:02PM -0700, Stephen Hemminger wrote: On Thu, 24 Mar 2011 13:34:32 -0700 Randy Dunlap randy.dun...@oracle.com wrote: From: Randy Dunlap randy.dun...@oracle.com Fix section mismatch warnings: set_phys_range_identity() is called by __init xen_set_identity(),

[PATCH] xen: fix p2m section mismatches

2011-03-24 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com Fix section mismatch warnings: set_phys_range_identity() is called by __init xen_set_identity(), so also mark set_phys_range_identity() as __init. then: __early_alloc_p2m() is called set_phys_range_identity(), so also mark __early_alloc_p2m() as __init.

Re: [PATCH] xen: fix p2m section mismatches

2011-03-24 Thread Stephen Hemminger
On Thu, 24 Mar 2011 13:34:32 -0700 Randy Dunlap randy.dun...@oracle.com wrote: From: Randy Dunlap randy.dun...@oracle.com Fix section mismatch warnings: set_phys_range_identity() is called by __init xen_set_identity(), so also mark set_phys_range_identity() as __init. then: