|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC 16/29] xen/arm: Introduce a generic way to use a device from the device tree
On Mon, 2013-04-29 at 00:01 +0100, Julien Grall wrote:
> diff --git a/xen/arch/arm/xen.lds.S b/xen/arch/arm/xen.lds.S
> index fd755d7..7434e83 100644
> --- a/xen/arch/arm/xen.lds.S
> +++ b/xen/arch/arm/xen.lds.S
> @@ -76,6 +76,12 @@ SECTIONS
> __lock_profile_end = .;
> #endif
>
> + .dev.info : {
No ALIGNment requirement?
> + _sdevice = .;
> + *(.dev.info)
> + _edevice = .;
> + } :text
> +
> . = ALIGN(PAGE_SIZE); /* Init code and data */
> __init_begin = .;
> .init.text : {
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |