From patchwork Sun Aug 5 12:58:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gleb Natapov X-Patchwork-Id: 1274871 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 6F3AF3FD2B for ; Sun, 5 Aug 2012 12:59:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754516Ab2HEM7L (ORCPT ); Sun, 5 Aug 2012 08:59:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42264 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754476Ab2HEM7J (ORCPT ); Sun, 5 Aug 2012 08:59:09 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q75CwvQM016082 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 5 Aug 2012 08:58:58 -0400 Received: from dhcp-1-237.tlv.redhat.com (dhcp-4-26.tlv.redhat.com [10.35.4.26]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q75CwuBw028709; Sun, 5 Aug 2012 08:58:57 -0400 Received: by dhcp-1-237.tlv.redhat.com (Postfix, from userid 13519) id E742118D47D; Sun, 5 Aug 2012 15:58:55 +0300 (IDT) From: Gleb Natapov To: kvm@vger.kernel.org Cc: avi@redhat.com, mtosatti@redhat.com, Jason Baron , Ingo Molnar , Peter Zijlstra Subject: [PATCH 4/8] Export jump_label_rate_limit() Date: Sun, 5 Aug 2012 15:58:29 +0300 Message-Id: <1344171513-4659-5-git-send-email-gleb@redhat.com> In-Reply-To: <1344171513-4659-1-git-send-email-gleb@redhat.com> References: <1344171513-4659-1-git-send-email-gleb@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org CC: Jason Baron CC: Ingo Molnar CC: Peter Zijlstra Signed-off-by: Gleb Natapov Acked-by: Jason Baron --- kernel/jump_label.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/jump_label.c b/kernel/jump_label.c index 4304919..60f48fa 100644 --- a/kernel/jump_label.c +++ b/kernel/jump_label.c @@ -118,6 +118,7 @@ void jump_label_rate_limit(struct static_key_deferred *key, key->timeout = rl; INIT_DELAYED_WORK(&key->work, jump_label_update_timeout); } +EXPORT_SYMBOL_GPL(jump_label_rate_limit); static int addr_conflict(struct jump_entry *entry, void *start, void *end) {