Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 15:02:45 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 113254 for review
Message-ID:  <200701211502.l0LF2jnK050505@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113254

Change 113254 by rdivacky@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701211502.l0LF2jnK050505>