aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-12-29 16:59:12 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-12-29 16:59:12 +0100
commitb33ac9e43315d6e9864e2d324f8f5a620d5ec421 (patch)
tree4cc74f4bf055b004e4bc1b4ef7d11c177d64f86d /.hgignore
parent484a058c48287df3fc9fa0b146dd8c827ffff7be (diff)
downloadxen-b33ac9e43315d6e9864e2d324f8f5a620d5ec421.tar.gz
xen-b33ac9e43315d6e9864e2d324f8f5a620d5ec421.tar.bz2
xen-b33ac9e43315d6e9864e2d324f8f5a620d5ec421.zip
Various fixes to Xen stack management. Ensure the cpu0_stack
is always sufficiently aligned (requires some linker script tricks). Small fixes to show_trace() and ensure that Xen stack pointers are always below the 'struct cpu_info' region. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 766a688126..9a52e9ce12 100644
--- a/.hgignore
+++ b/.hgignore
@@ -181,6 +181,7 @@
^xen/TAGS$
^xen/arch/x86/asm-offsets\.s$
^xen/arch/x86/boot/mkelf32$
+^xen/arch/x86/xen\.lds$
^xen/ddb/.*$
^xen/include/asm$
^xen/include/asm-.*/asm-offsets\.h$