From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753511AbcHQAXq (ORCPT ); Tue, 16 Aug 2016 20:23:46 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:41148 "HELO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752867AbcHQAXp (ORCPT ); Tue, 16 Aug 2016 20:23:45 -0400 From: "Rafael J. Wysocki" To: Lv Zheng Cc: "Rafael J. Wysocki" , Len Brown , Lv Zheng , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH v4 2/3] tools/power/acpi/acpidbg: Use new flushing mechanism Date: Wed, 17 Aug 2016 02:29:13 +0200 Message-ID: <7031524.0KiWCMf0f2@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.8.0-rc1+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <5232eeabd4644afb29cf39e8f4a4ac570279e0c1.1469528980.git.lv.zheng@intel.com> References: <5232eeabd4644afb29cf39e8f4a4ac570279e0c1.1469528980.git.lv.zheng@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, July 26, 2016 07:01:39 PM Lv Zheng wrote: > This patch converts tools/power/acpi/tools/acpidbg/acpidbg to use the new > flushing mechanism. I guess it will use the flush interface provided by the kernel instead of the previously existing flush implementation in user space? Thanks, Rafael