From patchwork Thu Jun 18 12:17:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudip Mukherjee X-Patchwork-Id: 6636411 Return-Path: X-Original-To: patchwork-linux-mediatek@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id B7C07C0020 for ; Thu, 18 Jun 2015 12:19:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DFB8F2082A for ; Thu, 18 Jun 2015 12:19:33 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 27BEE2081F for ; Thu, 18 Jun 2015 12:19:33 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z5Yn5-0000Sh-Vd; Thu, 18 Jun 2015 12:19:31 +0000 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z5YmJ-0008W5-3h; Thu, 18 Jun 2015 12:18:44 +0000 Received: by pdbci14 with SMTP id ci14so7112335pdb.2; Thu, 18 Jun 2015 05:18:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Y8qD5XDfmHeumFtilRzY53XFa3sketdD8SkzQsfzqXs=; b=lqcQ/X2xBz4lEaS4EqdK4oVsVf7UheaYLMesIkrXiCxhLxL3QIIk1Q28w2jWWz0dY1 N6VyEZKOafc+k5nLBRfVa1b3ZELNdGZaX8xNQG+RLT+pyk36J0EkCyFxqC0wDzc2uCw4 +VVyTz8+1ERTOD1ZET6Dt29zMLn2/IKcFR9cPOR6COqJ35b+RybFJtK6V5FLUU9a669n oW7/ZtsIN4ffCTVtT0wvkeYcR0nZcPcGyItlQgxPy0MONHMonMbeG8eOl/12+oBK2Enr OgzmjlgU429zkdq29KYfcFQTaiqF3lxsVEaf6pR80CLiMgiRhKhzuwVS5fo5emOALTpd w3fg== X-Received: by 10.70.40.227 with SMTP id a3mr15851239pdl.119.1434629901958; Thu, 18 Jun 2015 05:18:21 -0700 (PDT) Received: from localhost.localdomain ([122.169.128.34]) by mx.google.com with ESMTPSA id qw13sm7986650pab.14.2015.06.18.05.18.17 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 18 Jun 2015 05:18:20 -0700 (PDT) From: Sudip Mukherjee To: David Howells , Ulf Hansson , Matthias Brugger , Johan Hovold , Greg Kroah-Hartman Subject: [PATCH v2 1/7] mn10300: fix build failure Date: Thu, 18 Jun 2015 17:47:47 +0530 Message-Id: <1434629873-11668-2-git-send-email-sudipm.mukherjee@gmail.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1434629873-11668-1-git-send-email-sudipm.mukherjee@gmail.com> References: <1434629873-11668-1-git-send-email-sudipm.mukherjee@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150618_051843_259090_5C3CF1B5 X-CRM114-Status: UNSURE ( 7.72 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: linux-am33-list@redhat.com, linux-usb@vger.kernel.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Sudip Mukherjee , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+patchwork-linux-mediatek=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP allmodconfig build fails with the error: invalid use of undefined type 'struct kprobe_ctlblk' just declared the two basic structures after checking the struct in other architectures. Signed-off-by: Sudip Mukherjee --- arch/mn10300/include/asm/kprobes.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/mn10300/include/asm/kprobes.h b/arch/mn10300/include/asm/kprobes.h index c800b59..c90d2b1 100644 --- a/arch/mn10300/include/asm/kprobes.h +++ b/arch/mn10300/include/asm/kprobes.h @@ -47,4 +47,16 @@ extern int kprobe_exceptions_notify(struct notifier_block *self, extern void arch_remove_kprobe(struct kprobe *p); +struct prev_kprobe { + struct kprobe *kp; + unsigned long status; +}; + +struct kprobe_ctlblk { + unsigned int kprobe_status; + struct pt_regs jprobe_saved_regs; + char jprobes_stack[MAX_STACK_SIZE]; + struct prev_kprobe prev_kprobe; +}; + #endif /* _ASM_KPROBES_H */