From owner-freebsd-arm@FreeBSD.ORG Thu Aug 29 16:48:45 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BD71785 for ; Thu, 29 Aug 2013 16:48:45 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from cpsmtpb-ews08.kpnxchange.com (cpsmtpb-ews08.kpnxchange.com [213.75.39.13]) by mx1.freebsd.org (Postfix) with ESMTP id 71ADA2767 for ; Thu, 29 Aug 2013 16:48:43 +0000 (UTC) Received: from cpsps-ews06.kpnxchange.com ([10.94.84.173]) by cpsmtpb-ews08.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Thu, 29 Aug 2013 18:48:43 +0200 Received: from CPSMTPM-TLF104.kpnxchange.com ([195.121.3.7]) by cpsps-ews06.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Thu, 29 Aug 2013 18:48:42 +0200 Received: from sjakie.klop.ws ([212.182.167.131]) by CPSMTPM-TLF104.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Thu, 29 Aug 2013 18:48:42 +0200 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 675E0C4A8 for ; Thu, 29 Aug 2013 18:48:42 +0200 (CEST) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Subject: Re: Reminder: Removal of WITHOUT_ARM_EABI References: <20130820091527.42127170@bender.Home> <1377271598.1111.78.camel@revolution.hippie.lan> Date: Thu, 29 Aug 2013 18:48:42 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (FreeBSD) X-OriginalArrivalTime: 29 Aug 2013 16:48:42.0849 (UTC) FILETIME=[9EBDDD10:01CEA4D7] X-RcptDomain: freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 16:48:45 -0000 On Thu, 29 Aug 2013 18:42:55 +0200, Adrian Chadd wrote: > .. and 'show sleepqueue' ; 'show sleepchain' > > > > -adrian As requested: db> show all procs pid ppid pgrp uid state wmesg wchan cmd 47 43 17 0 R+ CPU 0 df 44 36 17 0 S+ piperd 0xc4019720 dd 43 36 17 0 S+ wait 0xc3fb7960 sh 36 17 17 0 S+ wait 0xc3fb8320 sh 17 1 17 0 Ss+ wait 0xc3fb8640 sh 16 0 0 0 DL - 0xc0cd3910 [schedcpu] 15 0 0 0 DL syncer 0xc0e3e94c [syncer] 9 0 0 0 DL vlruwt 0xc3fbd000 [vnlru] 8 0 0 0 DL psleep 0xc0e3e6d0 [bufdaemon] 7 0 0 0 DL pollid 0xc0cd2fa8 [idlepoll] 6 0 0 0 DL pgzero 0xc0e42564 [pagezero] 5 0 0 0 DL psleep 0xc0e4d944 [pagedaemon] 4 0 0 0 DL ccb_scan 0xc0cc7150 [xpt_thrd] 14 0 0 0 DL (threaded) [usb] 100028 D - 0xc3e99d34 [usbus0] 100027 D - 0xc3e99d04 [usbus0] 100026 D - 0xc3e99cd4 [usbus0] 100025 D - 0xc3e99ca4 [usbus0] 3 0 0 0 DL crypto_r 0xc0e41840 [crypto returns] 2 0 0 0 DL crypto_w 0xc0e41830 [crypto] 13 0 0 0 DL - 0xc0cc9e84 [yarrow] 12 0 0 0 DL (threaded) [geom] 100008 D - 0xc0e4b328 [g_down] 100007 D - 0xc0e4b324 [g_up] 100006 D - 0xc0e4b320 [g_event] 11 0 0 0 WL (threaded) [intr] 100024 I [intr19: ehci0] 100023 I [intr22: cesa0] 100022 I [swi0: uart uart] 100021 I [intr13: mge0] 100020 I [intr12: mge0] 100018 I [swi6: Giant taskq] 100017 I [swi6: task queue] 100016 I [swi2: cambio] 100013 I [swi5: fast taskq] 100005 I [swi3: vm] 100004 I [swi1: netisr 0] 100003 I [swi4: clock] 10 0 0 0 RL [idle] 1 0 1 0 SLs wait 0xc35e3640 [init] 0 0 0 0 DLs (threaded) [kernel] 100019 D - 0xc35d0c80 [nand taskq] 100015 D - 0xc35d1580 [kqueue taskq] 100014 D - 0xc35d1d80 [ffs_trim taskq] 100012 D - 0xc35d1e80 [thread taskq] 100000 D swapin 0xc0e4b348 [swapper] db> show sleepqueue db> show sleepchain thread 100040 (pid 47, df) running on CPU 0 Regards, Ronald.