ia64/xen-unstable
changeset 4467:cedeb2bbe015
bitkeeper revision 1.1236.1.214 (425246a3qvfQLMwth2H-JgpwnqVggg)
Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk
into firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk
into firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue Apr 05 08:04:51 2005 +0000 (2005-04-05) |
parents | 20cefa5670dd b719ddfcd506 |
children | 38d7ac8f210f |
files | linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c |
line diff
1.1 --- a/linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c Tue Apr 05 00:55:55 2005 +0000 1.2 +++ b/linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c Tue Apr 05 08:04:51 2005 +0000 1.3 @@ -58,10 +58,8 @@ 1.4 DP("***************************************************************"); 1.5 DP("** WARNING: Currently emulating unsupported memory accesses **"); 1.6 DP("** in /lib/tls libraries. The emulation is very **"); 1.7 - DP("** slow, and may not work correctly with all **"); 1.8 - DP("** programs (e.g., some may 'Segmentation fault'). **"); 1.9 - DP("** TO ENSURE FULL PERFORMANCE AND CORRECT FUNCTION, **"); 1.10 - DP("** YOU MUST EXECUTE THE FOLLOWING AS ROOT: **"); 1.11 + DP("** slow. To ensure full performance you should **"); 1.12 + DP("** execute the following as root: **"); 1.13 DP("** mv /lib/tls /lib/tls.disabled **"); 1.14 DP("***************************************************************"); 1.15 DP("***************************************************************");