PERFORCE change 113254 for review
Roman Divacky
rdivacky at FreeBSD.org
Sun Jan 21 15:02:46 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=113254
Change 113254 by rdivacky at rdivacky_witten on 2007/01/21 15:02:24
Print the long mode flag in set_thread_area.
Affected files ...
.. //depot/projects/linuxolator/src/sys/amd64/linux32/linux32_machdep.c#27 edit
Differences ...
==== //depot/projects/linuxolator/src/sys/amd64/linux32/linux32_machdep.c#27 (text+ko) ====
@@ -1248,7 +1248,7 @@
#ifdef DEBUG
if (ldebug(set_thread_area))
- printf(ARGS(set_thread_area, "%i, %x, %x, %i, %i, %i, %i, %i, %i\n"),
+ printf(ARGS(set_thread_area, "%i, %x, %x, %i, %i, %i, %i, %i, %i, %i\n"),
info.entry_number,
info.base_addr,
info.limit,
@@ -1257,7 +1257,8 @@
info.read_exec_only,
info.limit_in_pages,
info.seg_not_present,
- info.useable);
+ info.useable,
+ info.lm);
#endif
idx = info.entry_number;
More information about the p4-projects
mailing list