From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDD70C433F5 for ; Wed, 29 Aug 2018 07:04:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 821D42086B for ; Wed, 29 Aug 2018 07:04:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 821D42086B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=neuling.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727882AbeH2K7w convert rfc822-to-8bit (ORCPT ); Wed, 29 Aug 2018 06:59:52 -0400 Received: from ozlabs.org ([203.11.71.1]:33671 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727072AbeH2K7w (ORCPT ); Wed, 29 Aug 2018 06:59:52 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 420c7F1ncxz9s3C; Wed, 29 Aug 2018 17:04:25 +1000 (AEST) Received: by localhost.localdomain (Postfix, from userid 1000) id 1BA22EE791E; Wed, 29 Aug 2018 17:04:25 +1000 (AEST) Message-ID: <61048333bca549ffa275bf32eeb1a2480340a7e0.camel@neuling.org> Subject: Re: [PATCH v7 1/2] powerpc: Detect the presence of big-cores via "ibm,thread-groups" From: Michael Neuling To: "Gautham R. Shenoy" , Srikar Dronamraju , Michael Ellerman , Benjamin Herrenschmidt , Vaidyanathan Srinivasan , Akshay Adiga , Shilpasri G Bhat , Oliver O'Halloran , Nicholas Piggin , Murilo Opsfelder Araujo , Anton Blanchard Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Wed, 29 Aug 2018 17:04:24 +1000 In-Reply-To: <1534743704-4760-2-git-send-email-ego@linux.vnet.ibm.com> References: <1534743704-4760-1-git-send-email-ego@linux.vnet.ibm.com> <1534743704-4760-2-git-send-email-ego@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > +What: /sys/devices/system/cpu/cpu[0-9]+/small_core_siblings Shouldn't we put this in the topology/ subdir with with the other items like it? Mikey