Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760893AbXK1Piu (ORCPT ); Wed, 28 Nov 2007 10:38:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754413AbXK1Pin (ORCPT ); Wed, 28 Nov 2007 10:38:43 -0500 Received: from fxip-0047f.externet.hu ([88.209.222.127]:35251 "EHLO dorka.pomaz.szeredi.hu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754167AbXK1Pim (ORCPT ); Wed, 28 Nov 2007 10:38:42 -0500 To: jdike@addtoit.com CC: mingo@elte.hu, user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org In-reply-to: <20071128150840.GB5518@c2.user-mode-linux.org> (message from Jeff Dike on Wed, 28 Nov 2007 10:08:40 -0500) Subject: Re: -rt doesn't compile for UML References: <20071128125030.GB21791@elte.hu> <20071128150840.GB5518@c2.user-mode-linux.org> Message-Id: From: Miklos Szeredi Date: Wed, 28 Nov 2007 16:38:39 +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 815 Lines: 20 > On Wed, Nov 28, 2007 at 02:09:45PM +0100, Miklos Szeredi wrote: > > kernel/latency_trace.c:28:21: error: asm/rtc.h: No such file or directory > > For things like this, look at the host's asm/foo.h and see if it's > usable in UML (and contains things that you need). If it is, just > make a asm-um/foo.h which just includes "asm/arch/foo.h". Yeah, I know that trick :) It doesn't help in this case. I've gotten as far as realizing that the latency tracer needs the irqflags tracing (Documentation/irqflags-tracing.tx) and that UML doesn't yet support that. Miklos - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/