| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 1/2] MIPS: Remove useless comment about kprobe from arch/mips/Makefile |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Wed, 10 Nov 2010 00:25:53 +0800 |
| Cc: | linux-mips@linux-mips.org, David Daney <ddaney@caviumnetworks.com>, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=RISbGM1lH/WpSOoAomKG1Of2r0UtBzMEeihqWvMEWt0=; b=ho9iCWu5aDpbe0QmMo21UDIpAtsk5fPf7s0i9yXrfBvUeC0NzZHe8UjtDBfDtb57mB NoH4keEzoxLVnEVoPThXQ8cuGNhfiWMb9+tRXE7SHO57+up/ehDq9lzrCumDUgUQlVfE U/EmxidwkDpGHF5dFGNP7xHLLX7/hAR7WVtZ4= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=vwIhyQvunt9Qr0KDmxI1qBwdflerqz8PbL0/6PkaOHv2bfub7cbLWGN2YveUwCVf/X 9AaIsioAEEOEr/RcNzyYZFdUx5rMm/g40AHvxjuWAENL/U5dadmbh9IhsJYRMJuzysap dID90DZaeAH/AJRDW737LgE61Mr/jAualcaxQ= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The commit "MIPS: kprobe: Add support." introduced an useless comment, drops it
here.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
arch/mips/Makefile | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 7c1102e..4a7bfa7 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -259,9 +259,6 @@ endif
vmlinux.32: vmlinux
$(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
-
-#obj-$(CONFIG_KPROBES) += kprobes.o
-
#
# The 64-bit ELF tools are pretty broken so at this time we generate 64-bit
# ELF files from 32-bit files by conversion.
--
1.7.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Enable AT_PLATFORM for Loongson 2F CPU, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH 2/2] MIPS: Quiet the building output of vmlinux.32 and vmlinux.64, Wu Zhangjin |
| Previous by Thread: | Re: XFS mounting fails on MIPS, Christoph Hellwig |
| Next by Thread: | [PATCH 2/2] MIPS: Quiet the building output of vmlinux.32 and vmlinux.64, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |