From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (193.142.43.55:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 24 Sep 2019 13:47:32 -0000 Received: from mail.kernel.org ([198.145.29.99]) by Galois.linutronix.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1iClAA-00020r-VO for speck@linutronix.de; Tue, 24 Sep 2019 15:47:31 +0200 Date: Tue, 24 Sep 2019 15:47:19 +0200 From: Greg KH Subject: [MODERATED] Re: [PATCH v4 04/10] TAAv4 4 Message-ID: <20190924134719.GA620459@kroah.com> References: <20190906092727.GA16843@kroah.com> <20190910184223.GA7543@guptapadev.amr> <20190910223334.GA21301@kroah.com> <20190911023223.GA8305@guptapadev.amr> <20190923191312.GB161280@kroah.com> <20190923222553.GA2473@guptapadev.amr> <20190924050459.GA3705@kroah.com> <20190924133151.GC618537@kroah.com> MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Tue, Sep 24, 2019 at 03:38:59PM +0200, speck for Jiri Kosina wrote: > On Tue, 24 Sep 2019, speck for Greg KH wrote: > > > > FWIW there are other processors that support transactional memory (e.g > > > powerpc), but it's not called TSX; that's Intel specific. > > > > What does powerpc call it, > > Hardware Trasnactional Memory (HTM). Ok, nice, that's what should probably be used here in sysfs as well, as this is the "generic" cpu location in the sysfs tree, right? thanks, greg k-h