| To: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
|---|---|
| Subject: | Re: [PATCH 5/5] [MIPS] unexport null_perf_irq() and make it static |
| From: | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> |
| Date: | Wed, 02 Apr 2008 16:45:42 +0400 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org, linux-kernel@vger.kernel.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:organization:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=vE8PlF/QgpsKhdQ3nQGmQHoGnLSxOlr5STkGRUz8CN8=; b=MEZ2vy6R/Pm6cz+qqs+QTLxSU2GdpkZqsPVNzAHWRAsaUwXPZ+WCHFRRoOYrQO8Jfhlf6edyE7tMHkVbu3ql0xSR5zNFfDsrylEQnXwFfbNiHVqme03TKABauIbstGYGpZxBJmokD1USNyytxsht8JVGl3uQ9tWkTXcUcphoSTU= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:organization:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Y3MLfMZKqsjeRrDRpnzFHGHfPxvjDhg6x+aFJYiAR3ZnM+VxFgFq05XEWE4kjVYTtXz/j2+p+qbr6F1lnkTpPYdm9Qha+eo1ttlSPftkZb7bog+jaPDdwUV7pk48AHLER1kmTQdH5BPugIIoIPwJNG+h6ojUGUQcOKH+/HKH8V4= |
| In-reply-to: | <20080402.213817.74752727.anemo@mba.ocn.ne.jp> |
| Organization: | DmVo Home |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1207094318-21748-1-git-send-email-dmitri.vorobiev@gmail.com> <1207094318-21748-6-git-send-email-dmitri.vorobiev@gmail.com> <20080402.213817.74752727.anemo@mba.ocn.ne.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 1.5.0.14pre (X11/20071022) |
Atsushi Nemoto пишет: > On Wed, 2 Apr 2008 03:58:38 +0400, Dmitri Vorobiev > <dmitri.vorobiev@gmail.com> wrote: >> --- a/arch/mips/oprofile/op_model_mipsxx.c >> +++ b/arch/mips/oprofile/op_model_mipsxx.c >> @@ -31,6 +31,8 @@ >> >> #define M_COUNTER_OVERFLOW (1UL << 31) >> >> +int (*save_perf_irq)(void); > > This should be another target of "make it static" patch :-) Indeed. Thank you for noticing that. > > --- > Atsushi Nemoto > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > |
| Previous by Date: | Re: [PATCH 5/5] [MIPS] unexport null_perf_irq() and make it static, Atsushi Nemoto |
|---|---|
| Next by Date: | Re: [PATCH][MIPS][3/6]: AR7: VLYNQ bus, Matteo Croce |
| Previous by Thread: | Re: [PATCH 5/5] [MIPS] unexport null_perf_irq() and make it static, Atsushi Nemoto |
| Next by Thread: | Re: [PATCH 5/5] [MIPS] unexport null_perf_irq() and make it static, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |