Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755971Ab2JPUC7 (ORCPT ); Tue, 16 Oct 2012 16:02:59 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:42686 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755795Ab2JPUC6 (ORCPT ); Tue, 16 Oct 2012 16:02:58 -0400 MIME-Version: 1.0 In-Reply-To: <6469.1350392031@warthog.procyon.org.uk> References: <1349998076-15495-1-git-send-email-dhsharp@google.com> <1349998076-15495-2-git-send-email-dhsharp@google.com> <6469.1350392031@warthog.procyon.org.uk> From: David Sharp Date: Tue, 16 Oct 2012 13:02:36 -0700 Message-ID: Subject: Re: [PATCH v6 1/6] tracing,x86: Add a TSC trace_clock To: David Howells Cc: Geert Uytterhoeven , linux-kernel@vger.kernel.org, Steven Rostedt , Masami Hiramatsu , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Content-Type: text/plain; charset=UTF-8 X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 976 Lines: 30 On Tue, Oct 16, 2012 at 5:53 AM, David Howells wrote: > David Sharp wrote: > >> > Please use the Kbuild infrastructure ("generic-y += ..." in >> > arch/*/include/asm/Kbuild) >> > instead of adding wrappers around the asm-generic version. >> >> mips apparently recencly got rid of arch/mips/include/asm/Kbuild. > > It didn't. However, if you use patch to create your kernel tree, then patch > may have removed it. If you're using GIT, it should still exist. Try: Ah, right. It's not missing, just empty. > > git log -- arch/mips/include/asm/Kbuild > >> What should I do for mips? > > Just create the file with a single "generic-y += ..." line in it. Okay. Thanks. > > David -- 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/