aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/cache.h
Commit message (Collapse)AuthorAgeFilesLines
* xen: define __section() and friends and use them for section annotations.Tim Deegan2012-04-111-1/+1
| | | | | | | | | By itself this is just code-tidying, but it's also useful for the following patch, which will adjust __section() for clang compiles. Signed-off-by: Tim Deegan <tim@xen.org> Acked-by: Keir Fraser <keir@xen.org> Committed-by: Tim Deegan <tim@xen.org>
* [XEN] Implement proper __read_mostly memory arrangemengt for x86.kaf24@firebug.cl.cam.ac.uk2006-08-081-0/+2
| | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* bitkeeper revision 1.952 (40c8935a3XSRdQfnx5RoO7XgaggvOQ)kaf24@scramble.cl.cam.ac.uk2004-06-101-0/+13
Towards x86_64 support. Merged a bunch of the existing x86_64 stuff back into a generic 'x86' architecture. Aim is to share as much as possible between 32- and 64-bit worlds.