From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162268AbcFHVOx (ORCPT ); Wed, 8 Jun 2016 17:14:53 -0400 Received: from mail1.bemta12.messagelabs.com ([216.82.251.13]:32448 "EHLO mail1.bemta12.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755674AbcFHVOj (ORCPT ); Wed, 8 Jun 2016 17:14:39 -0400 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrDIsWRWlGSWpSXmKPExsVywNY2U3d/V0S 4wbvj/BYL25awWFzeNYfNgcnj8ya5AMYo1sy8pPyKBNaMBZu2MhYs5apo+rCDqYHxO0cXIxeH kMAuRonVR6cxQjj7GSWOPr3JBOFcYpSYN+U0lLOWUeLc4n9AZZxAzhZGie/vikFsNgEDiZl37 rKD2CIC51kknt7K7WLk4BAWCJP4/qkKJMwioCIxZdcMNhCbV8BTYvq8RhYQW0JATuLkscmsID angJfEw19rmSDGe0q0vHvMDmGrSRw++4gNoj5Y4va0a4wQcwQlTs58AjaHWUBC4uCLF8wTGAV nIUnNQpJawMi0ilGjOLWoLLVI19BAL6koMz2jJDcxM0fX0NBILze1uDgxPTUnMalYLzk/dxMj MFQZgGAH44VlzocYJTmYlER5y9wjwoX4kvJTKjMSizPii0pzUosPMcpwcChJ8J7pBMoJFqWmp 1akZeYAowYmLcHBoyTCexIkzVtckJhbnJkOkTrFqCglzrsYJCEAksgozYNrg0XqJUZZKWFeRq BDhHgKUotyM0tQ5V8xinMwKgnzLgOZwpOZVwI3/RXQYiagxcuPhIMsLklESEk1MM6RzJOPPHv s3+LnS1eYu9ySM2M+cvP3icrzF4LSheNOemkZ2M5VvPLyr8jUKmcuDZn4Li3er5Ivj1w5L2Z7 /5L48/8rd5dcX2uz/P6irRNPXFHierc0bVufpiHXw9+zRFr7FztmT1phq3OGUyorasfECxKOf LuqpuV++7BeONqT75fxpoo0/ZdKLMUZiYZazEXFiQDc6AmJzwIAAA== X-Env-Sender: David.Kershner@unisys.com X-Msg-Ref: server-11.tower-164.messagelabs.com!1465420473!19142477!17 X-Originating-IP: [192.61.61.105] X-StarScan-Received: X-StarScan-Version: 8.46; banners=-,-,- X-VirusChecked: Checked From: David Kershner To: , , , , , , , , , , , , , , , , , , , , , Subject: [PATCH v4 07/29] staging: unisys: include: Remove thread-related enum members Date: Wed, 8 Jun 2016 17:14:01 -0400 Message-ID: <1465420463-24982-8-git-send-email-david.kershner@unisys.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465420463-24982-1-git-send-email-david.kershner@unisys.com> References: <1465420463-24982-1-git-send-email-david.kershner@unisys.com> X-OriginalArrivalTime: 08 Jun 2016 21:14:27.0903 (UTC) FILETIME=[BD9A84F0:01D1C1CA] MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: David Binder Code relating to ktheads was previously removed from s-Par driver code. This patch cleans up lingering remnants of kthreads by removing thread- related enum types. Signed-off-by: David Binder Signed-off-by: David Kershner Reviewed-by: Tim Sell --- drivers/staging/unisys/include/guestlinuxdebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h b/drivers/staging/unisys/include/guestlinuxdebug.h index b81287f..5af3f77 100644 --- a/drivers/staging/unisys/include/guestlinuxdebug.h +++ b/drivers/staging/unisys/include/guestlinuxdebug.h @@ -56,7 +56,7 @@ enum driver_pc { /* POSTCODE driver identifier tuples */ UISLIB_PC = 0xD0, UISLIB_PC_uislib_c = 0xD1, UISLIB_PC_uisqueue_c = 0xD2, - UISLIB_PC_uisthread_c = 0xD3, + /* 0xD3 RESERVED */ UISLIB_PC_uisutils_c = 0xD4, }; @@ -91,7 +91,7 @@ enum event_pc { /* POSTCODE event identifier tuples */ DRIVER_EXIT_PC = 0x0AC, MALLOC_FAILURE_PC = 0x0AD, QUEUE_DELAYED_WORK_PC = 0x0AE, - UISLIB_THREAD_FAILURE_PC = 0x0B7, + /* 0x0B7 RESERVED */ VBUS_CHANNEL_ENTRY_PC = 0x0B8, VBUS_CHANNEL_FAILURE_PC = 0x0B9, VBUS_CHANNEL_EXIT_PC = 0x0BA, -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 4F59C1C0D7B for ; Wed, 8 Jun 2016 21:14:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4AFEA3115C for ; Wed, 8 Jun 2016 21:14:41 +0000 (UTC) Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iPyhWginHn7h for ; Wed, 8 Jun 2016 21:14:39 +0000 (UTC) Received: from mail1.bemta12.messagelabs.com (mail1.bemta12.messagelabs.com [216.82.251.16]) by silver.osuosl.org (Postfix) with ESMTPS id BF91530F9A for ; Wed, 8 Jun 2016 21:14:39 +0000 (UTC) From: David Kershner Subject: [PATCH v4 07/29] staging: unisys: include: Remove thread-related enum members Date: Wed, 8 Jun 2016 17:14:01 -0400 Message-ID: <1465420463-24982-8-git-send-email-david.kershner@unisys.com> In-Reply-To: <1465420463-24982-1-git-send-email-david.kershner@unisys.com> References: <1465420463-24982-1-git-send-email-david.kershner@unisys.com> MIME-Version: 1.0 List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: corbet@lwn.net, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, david.kershner@unisys.com, gregkh@linuxfoundation.org, erik.arfvidson@unisys.com, timothy.sell@unisys.com, hofrat@osadl.org, dzickus@redhat.com, jes.sorensen@redhat.com, alexander.curtin@unisys.com, janani.rvchndrn@gmail.com, sudipm.mukherjee@gmail.com, prarit@redhat.com, david.binder@unisys.com, nhorman@redhat.com, dan.j.williams@intel.com, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, driverdev-devel@linuxdriverproject.org, sparmaintainer@unisys.com From: David Binder Code relating to ktheads was previously removed from s-Par driver code. This patch cleans up lingering remnants of kthreads by removing thread- related enum types. Signed-off-by: David Binder Signed-off-by: David Kershner Reviewed-by: Tim Sell --- drivers/staging/unisys/include/guestlinuxdebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h b/drivers/staging/unisys/include/guestlinuxdebug.h index b81287f..5af3f77 100644 --- a/drivers/staging/unisys/include/guestlinuxdebug.h +++ b/drivers/staging/unisys/include/guestlinuxdebug.h @@ -56,7 +56,7 @@ enum driver_pc { /* POSTCODE driver identifier tuples */ UISLIB_PC = 0xD0, UISLIB_PC_uislib_c = 0xD1, UISLIB_PC_uisqueue_c = 0xD2, - UISLIB_PC_uisthread_c = 0xD3, + /* 0xD3 RESERVED */ UISLIB_PC_uisutils_c = 0xD4, }; @@ -91,7 +91,7 @@ enum event_pc { /* POSTCODE event identifier tuples */ DRIVER_EXIT_PC = 0x0AC, MALLOC_FAILURE_PC = 0x0AD, QUEUE_DELAYED_WORK_PC = 0x0AE, - UISLIB_THREAD_FAILURE_PC = 0x0B7, + /* 0x0B7 RESERVED */ VBUS_CHANNEL_ENTRY_PC = 0x0B8, VBUS_CHANNEL_FAILURE_PC = 0x0B9, VBUS_CHANNEL_EXIT_PC = 0x0BA, -- 1.9.1 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel