Re: [bisected] Re: [PATCH 05 of 12] xen: add p2m mfn_list_list

From: Gerd Hoffmann
Date: Fri May 30 2008 - 03:47:24 EST


Ingo Molnar wrote:
>> +static unsigned long p2m_top_mfn_list[TOP_ENTRIES / P2M_ENTRIES_PER_PAGE]
>> + __attribute__((section(".bss.page_aligned")));

> Sam, any ideas how to accomplish that best?

Have a define like this for them all?

#define page_aligned \
__attribute__((aligned(4096))) \
__attribute__((__section__ (".bss.page_aligned")))

cheers,
Gerd

--
http://kraxel.fedorapeople.org/xenner/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/