Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754585Ab2JPMyJ (ORCPT ); Tue, 16 Oct 2012 08:54:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59471 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754151Ab2JPMyI (ORCPT ); Tue, 16 Oct 2012 08:54:08 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <1349998076-15495-1-git-send-email-dhsharp@google.com> <1349998076-15495-2-git-send-email-dhsharp@google.com> To: David Sharp Cc: dhowells@redhat.com, Geert Uytterhoeven , linux-kernel@vger.kernel.org, Steven Rostedt , Masami Hiramatsu , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Subject: Re: [PATCH v6 1/6] tracing,x86: Add a TSC trace_clock Date: Tue, 16 Oct 2012 13:53:51 +0100 Message-ID: <6469.1350392031@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 812 Lines: 23 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: 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. 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/