From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753042AbZEYNE2 (ORCPT ); Mon, 25 May 2009 09:04:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752005AbZEYNET (ORCPT ); Mon, 25 May 2009 09:04:19 -0400 Received: from hera.kernel.org ([140.211.167.34]:53283 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbZEYNES (ORCPT ); Mon, 25 May 2009 09:04:18 -0400 Date: Mon, 25 May 2009 13:03:44 GMT From: tip-bot for Peter Zijlstra To: linux-tip-commits@vger.kernel.org Cc: linux-kernel@vger.kernel.org, acme@redhat.com, paulus@samba.org, hpa@zytor.com, mingo@redhat.com, jkacur@redhat.com, a.p.zijlstra@chello.nl, tglx@linutronix.de, cjashfor@linux.vnet.ibm.com, mingo@elte.hu Reply-To: mingo@redhat.com, hpa@zytor.com, paulus@samba.org, acme@redhat.com, linux-kernel@vger.kernel.org, jkacur@redhat.com, a.p.zijlstra@chello.nl, tglx@linutronix.de, cjashfor@linux.vnet.ibm.com, mingo@elte.hu In-Reply-To: <20090525124600.116035832@chello.nl> References: <20090525124600.116035832@chello.nl> Subject: [tip:perfcounters/core] perf_counter: Remove unused ABI bits Message-ID: Git-Commit-ID: e527ea312f31e88a7fa5472b71db71c565b0d44f X-Mailer: tip-git-log-daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (hera.kernel.org [127.0.0.1]); Mon, 25 May 2009 13:03:45 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: e527ea312f31e88a7fa5472b71db71c565b0d44f Gitweb: http://git.kernel.org/tip/e527ea312f31e88a7fa5472b71db71c565b0d44f Author: Peter Zijlstra AuthorDate: Mon, 25 May 2009 14:45:25 +0200 Committer: Ingo Molnar CommitDate: Mon, 25 May 2009 14:55:00 +0200 perf_counter: Remove unused ABI bits extra_config_len isn't used for anything, remove it. Signed-off-by: Peter Zijlstra Cc: Paul Mackerras Cc: Corey Ashford Cc: Arnaldo Carvalho de Melo Cc: John Kacur LKML-Reference: <20090525124600.116035832@chello.nl> Signed-off-by: Ingo Molnar --- include/linux/perf_counter.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 2ddf5e3..b1f2bac 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h @@ -154,11 +154,11 @@ struct perf_counter_hw_event { __reserved_1 : 51; - __u32 extra_config_len; __u32 wakeup_events; /* wakeup every n events */ + __u32 __reserved_2; - __u64 __reserved_2; __u64 __reserved_3; + __u64 __reserved_4; }; /*